mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-22 23:51:27 +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
|