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"}