harbor/Deploy/templates/ui/env

15 lines
330 B
Plaintext
Raw Normal View History

2016-02-01 12:59:10 +01:00
MYSQL_HOST=mysql
MYSQL_PORT=3306
2016-02-01 12:59:10 +01:00
MYSQL_USR=root
MYSQL_PWD=$db_password
2016-02-01 12:59:10 +01:00
REGISTRY_URL=http://registry:5000
CONFIG_PATH=/etc/ui/app.conf
HARBOR_REG_URL=$hostname
HARBOR_ADMIN_PASSWORD=$admin_pwd
HARBOR_URL=$ui_url
AUTH_MODE=$auth_mode
LDAP_URL=$ldap_url
LDAP_BASE_DN=$ldap_basedn
SELF_REGISTRATION=$self_registration
LOG_LEVEL=debug