Revision aa8046cf

b/conf/ci/settings.py.mysql
15 15

  
16 16
BACKEND_PREFIX_ID = "jenkins-"
17 17
INSTALLED_APPS += ('django_hudson',)
18

  
19
#One year
20
AUTH_TOKEN_DURATION = 24 * 365
b/conf/ci/settings.py.postgres
11 11

  
12 12
BACKEND_PREFIX_ID = "jenkins-"
13 13
INSTALLED_APPS += ('django_hudson',)
14

  
15
#One year
16
AUTH_TOKEN_DURATION = 24 * 365

Also available in: Unified diff