mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-07 16:37:55 +01:00
0ffa6e076c
this commit is to specrate the redis_url into host,port,pwd and index for different components, and make it possible to set external redis server.
11 lines
312 B
Plaintext
11 lines
312 B
Plaintext
LOG_LEVEL=info
|
|
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_host:$redis_port,100,$redis_password
|
|
SYNC_REGISTRY=false
|
|
CHART_CACHE_DRIVER=$chart_cache_driver
|