mirror of
https://github.com/goharbor/harbor
synced 2025-05-06 22:05:54 +00:00
12 lines
282 B
Plaintext
12 lines
282 B
Plaintext
MYSQL_HOST=mysql
|
|
MYSQL_USR=root
|
|
REGISTRY_URL=http://registry:5000
|
|
CONFIG_PATH=/etc/ui/app.conf
|
|
HARBOR_REG_URL=proxy
|
|
HARBOR_ADMIN_PASSWORD=Harbor12345
|
|
HARBOR_URL=ui
|
|
AUTH_MODE=db_auth
|
|
LDAP_URL=ldaps://ldap.mydomain.com
|
|
LDAP_BASE_DN=uid=%s,ou=people,dc=mydomain,dc=com
|
|
LOG_LEVEL=debug
|