xref: /aosp_15_r20/external/cldr/tools/scripts/ansible/templates/cldr-properties.j2 (revision 912701f9769bb47905792267661f0baf2b85bed5)
1CLDR_MAINTENANCE=false
2
3## your password. Login as user 'admin@' and this password for admin access.
4CLDR_VAP={{ surveytooldeploy.vap }}
5
6## Special Test Enablement.
7CLDR_TESTPW={{ surveytooldeploy.testpw }}
8
9## Special message shown to users as to why survey tool is down.
10## Comment out for normal start-up.
11#CLDR_MESSAGE=
12
13## Special message shown to users.
14CLDR_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.
15
16## Current SurveyTool phase
17CLDR_PHASE=BETA
18
19## 'old' (previous) version
20CLDR_OLDVERSION={{ surveytooldeploy.oldversion }}
21
22## 'new'  version
23CLDR_NEWVERSION={{ surveytooldeploy.newversion }}
24
25## CLDR trunk. Default value shown
26CLDR_DIR={{ cldr_trunk_path }}
27
28## SMTP server. Mail is disabled by default.
29#CLDR_SMTP=127.0.0.1
30