30 lines
918 B
Django/Jinja
30 lines
918 B
Django/Jinja
CLDR_MAINTENANCE=false
|
|
|
|
## your password. Login as user 'admin@' and this password for admin access.
|
|
CLDR_VAP={{ surveytooldeploy.vap }}
|
|
|
|
## Special Test Enablement.
|
|
CLDR_TESTPW={{ surveytooldeploy.testpw }}
|
|
|
|
## Special message shown to users as to why survey tool is down.
|
|
## Comment out for normal start-up.
|
|
#CLDR_MESSAGE=
|
|
|
|
## Special message shown to users.
|
|
CLDR_HEADER=Welcome to SurveyTool@surveytool. Please edit {{ cldr_path }}/cldr.properties to change CLDR_HEADER (to change this message), or comment it out entirely. Also see {{ cldr_path }}/admin.html to get to the admin panel.
|
|
|
|
## Current SurveyTool phase
|
|
CLDR_PHASE=BETA
|
|
|
|
## 'old' (previous) version
|
|
CLDR_OLDVERSION={{ surveytooldeploy.oldversion }}
|
|
|
|
## 'new' version
|
|
CLDR_NEWVERSION={{ surveytooldeploy.newversion }}
|
|
|
|
## CLDR trunk. Default value shown
|
|
CLDR_DIR={{ cldr_trunk_path }}
|
|
|
|
## SMTP server. Mail is disabled by default.
|
|
#CLDR_SMTP=127.0.0.1
|