From 71fc3ba6ef42051d4f79eaedac0569b6d5d67673 Mon Sep 17 00:00:00 2001 From: bom Date: Tue, 7 Jun 2022 18:22:29 +0200 Subject: [PATCH] Update valid config/auth --- valid-auth.edn | 5 ++--- valid-config.edn | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/valid-auth.edn b/valid-auth.edn index 0872d1b..eb4a770 100644 --- a/valid-auth.edn +++ b/valid-auth.edn @@ -1,3 +1,2 @@ -{:django-secret-key "django" - :postgres-db-user "shynet" - :postgres-db-password "shynet-db-password"} +{:postgres-db-user "gitea" + :postgres-db-password "gitea-db-password"} diff --git a/valid-config.edn b/valid-config.edn index e261085..a0974dc 100644 --- a/valid-config.edn +++ b/valid-config.edn @@ -1,3 +1,3 @@ -{:fqdn "statistics.test.meissa-gmbh.de" +{:fqdn "repo.test.meissa-gmbh.de" :issuer "staging" :postgres-data-volume-path "/var/postgres"}