Fixed test-schema ci-script

This commit is contained in:
Clemens Geibel 2022-08-19 13:39:59 +02:00
parent 9e4eaa7dbe
commit aae7f82ad6
2 changed files with 13 additions and 11 deletions

View file

@ -1,4 +1,7 @@
{:postgres-db-user "gitea" {:postgres-db-user "gitea"
:postgres-db-password "gitea-db-password" :postgres-db-password "gitea-db-password"
:mailer-user "" :mailer-user ""
:mailer-pw ""} :mailer-pw ""
:aws-access-key-id "AWS_KEY_ID"
:aws-secret-access-key "AWS_KEY_SECRET"
:restic-password ""}

View file

@ -1,10 +1,9 @@
{ {:default-app-name "Meissas awesome gitea"
:default-app-name "Meissas awesome gitea" :fqdn "test.de"
:fqdn "test.de" :issuer "staging"
:issuer "staging" :mailer-from "test@test.de"
:mailer-from "test@test.de" :mailer-host-port "test.de:123"
:mailer-host-port "test.de:123" :service-whitelist-domains "test.de"
:service-whitelist-domains "test.de" :service-noreply-address "noreply@test.de"
:service-noreply-address "noreply@test.de" :volume-total-storage-size 6
:volume-total-storage-size 6 :restic-repository "repo-path"}
}