mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
MYSQL_HOST=mysql
|
|
MYSQL_PORT=3306
|
|
MYSQL_USR=root
|
|
MYSQL_PWD=$db_password
|
|
UI_SECRET=$ui_secret
|
|
HARBOR_URL=$ui_url
|
|
MAX_JOB_WORKERS=10
|
|
LOG_LEVEL=debug
|
|
GODEBUG=netdns=cgo
|