1# This is set up and maintained by the Ansible script. 2# If you change this file, your changes may be replaced. 3MYSQL_USER=surveytool 4MYSQL_PASSWORD={{ mysql_users[0].password }} 5MYSQL_DB=cldrdb 6WLP_SKIP_MAXPERMSIZE=true 7LOG_DIR=/var/log/openliberty/cldr 8 9# DataDog params. Will be updated by the deploy script. 10DD_GIT_COMMIT_SHA=0000000 11DD_GIT_REPOSITORY_URL=github.com/unicode-org/cldr 12