harbor/Deploy/templates/jobservice/env

13 lines
274 B
Plaintext
Raw Normal View History

MYSQL_HOST=mysql
MYSQL_PORT=3306
MYSQL_USR=root
MYSQL_PWD=$db_password
UI_SECRET=$ui_secret
2016-06-22 12:41:56 +02:00
REGISTRY_URL=http://registry:5000
VERIFY_REMOTE_CERT=$verify_remote_cert
MAX_JOB_WORKERS=$max_job_workers
LOG_LEVEL=debug
GODEBUG=netdns=cgo
2016-06-22 12:41:56 +02:00
EXT_ENDPOINT=$ui_url
TOKEN_URL=http://ui