mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 11:41:54 +01:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
MYSQL_HOST=mysql
|
|
MYSQL_PORT=3306
|
|
MYSQL_USR=root
|
|
MYSQL_PWD=$db_password
|
|
UI_SECRET=$ui_secret
|
|
CONFIG_PATH=/etc/jobservice/app.conf
|
|
REGISTRY_URL=http://registry:5000
|
|
VERIFY_REMOTE_CERT=$verify_remote_cert
|
|
MAX_JOB_WORKERS=$max_job_workers
|
|
LOG_LEVEL=debug
|
|
GODEBUG=netdns=cgo
|
|
EXT_ENDPOINT=$ui_url
|
|
TOKEN_URL=http://ui
|