mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
cb64ad96ff
Move all the endpoint to harbor.cfg
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
LOG_LEVEL=debug
|
|
CONFIG_PATH=/etc/ui/app.conf
|
|
UI_SECRET=$ui_secret
|
|
JOBSERVICE_SECRET=$jobservice_secret
|
|
GODEBUG=netdns=cgo
|
|
ADMINSERVER_URL=$adminserver_url
|
|
UAA_CA_ROOT=/etc/ui/certificates/uaa_ca.pem
|
|
_REDIS_URL=$redis_url
|