From ed02093909284821238c869a39aa49d18bf00966 Mon Sep 17 00:00:00 2001 From: Thomas M Date: Fri, 2 Jan 2026 20:18:41 +0000 Subject: [PATCH] =?UTF-8?q?harbor/.env-example=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- harbor/.env-example | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 harbor/.env-example diff --git a/harbor/.env-example b/harbor/.env-example new file mode 100644 index 0000000..8a8e171 --- /dev/null +++ b/harbor/.env-example @@ -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