mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-02 07:03:35 +01:00
7873a0312a
1. Update the nginx.conf 2. Update Makefile 3. Update docker-compose 4. Update image name 5. Rename folder ui to core 6. Change the harbor-ui's package name to core 7. Remove unused static file on harbor-core 8. Remove unused code for harbor-portal Signed-off-by: Qian Deng <dengq@vmware.com>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
LOG_LEVEL=info
|
|
CONFIG_PATH=/etc/core/app.conf
|
|
CORE_SECRET=$core_secret
|
|
JOBSERVICE_SECRET=$jobservice_secret
|
|
GODEBUG=netdns=cgo
|
|
ADMINSERVER_URL=$adminserver_url
|
|
UAA_CA_ROOT=/etc/core/certificates/uaa_ca.pem
|
|
_REDIS_URL=$redis_host:$redis_port,100,$redis_password
|
|
SYNC_REGISTRY=false
|
|
CHART_CACHE_DRIVER=$chart_cache_driver
|
|
_REDIS_URL_REG=$redis_url_reg
|
|
|