34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
# these are used for CI testing
|
|
# and, they also serve as an example of how to
|
|
# configure local-vars/local.yml
|
|
|
|
cldradmin_pw: hunter46 # needs to match cldradmin pw below
|
|
mysql_users:
|
|
# this is the account used by the survey tool itself
|
|
# password will match /var/lib/openliberty/usr/servers/cldr/server.env
|
|
- name: surveytool
|
|
host: localhost
|
|
password: hunter42
|
|
priv: 'cldrdb.*:ALL'
|
|
# this is the account used for administrative tasks
|
|
# password will match /home/cldradmin/.my.sql
|
|
- name: cldradmin
|
|
password: hunter46
|
|
priv: 'cldrdb.*:ALL/*.*:PROCESS'
|
|
append_privs: yes
|
|
# this is the account used for deployment
|
|
surveytooldeploy:
|
|
# TODO: surveytooldeploy.password appears to be unused?
|
|
password: hunter43
|
|
# vap will match CLDR_VAP in /srv/st/config/cldr.properties
|
|
vap: hunter44
|
|
# testpw will match CLDR_TESTPW in /srv/st/config/cldr.properties
|
|
testpw: hunter45
|
|
oldversion: 39
|
|
newversion: 40
|
|
key: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ5TcIs3HNzv6PIlkJVifUTaWj8CEJmLngvE45F/sL4+oHdOSBHyG/rU04psIuvDjukrQY8a0ZhohGkpcwl1WIY= dummy value just for test
|
|
certbot_admin_email: surveytool@unicode.org
|
|
certbot_certs:
|
|
- domains:
|
|
- cldr-ref.unicode.org
|