harbor/.env-example hinzugefügt
This commit is contained in:
28
harbor/.env-example
Normal file
28
harbor/.env-example
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# ---------------------------------------------------------
|
||||||
|
# Harbor General Settings
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
HARBOR_HOSTNAME=harbor.example.com
|
||||||
|
HARBOR_DATA_PATH=/data/harbor
|
||||||
|
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
# Ports
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
HARBOR_HTTP_PORT=8080
|
||||||
|
HARBOR_HTTPS_PORT=8443
|
||||||
|
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
# Admin Credentials
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
HARBOR_ADMIN_PASSWORD=Harbor12345
|
||||||
|
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
# Secrets
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
HARBOR_CORE_SECRET=coresecret
|
||||||
|
HARBOR_JOB_SECRET=jobsecret
|
||||||
|
HARBOR_DB_PASSWORD=root123
|
||||||
|
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
# Logging
|
||||||
|
# ---------------------------------------------------------
|
||||||
|
HARBOR_LOG_LEVEL=info
|
||||||
Reference in New Issue
Block a user