Fixed test-schema ci-script
This commit is contained in:
parent
9e4eaa7dbe
commit
aae7f82ad6
2 changed files with 13 additions and 11 deletions
|
@ -1,4 +1,7 @@
|
|||
{:postgres-db-user "gitea"
|
||||
:postgres-db-password "gitea-db-password"
|
||||
:mailer-user ""
|
||||
:mailer-pw ""}
|
||||
:mailer-pw ""
|
||||
:aws-access-key-id "AWS_KEY_ID"
|
||||
:aws-secret-access-key "AWS_KEY_SECRET"
|
||||
:restic-password ""}
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
{
|
||||
:default-app-name "Meissas awesome gitea"
|
||||
:fqdn "test.de"
|
||||
:issuer "staging"
|
||||
:mailer-from "test@test.de"
|
||||
:mailer-host-port "test.de:123"
|
||||
:service-whitelist-domains "test.de"
|
||||
:service-noreply-address "noreply@test.de"
|
||||
:volume-total-storage-size 6
|
||||
}
|
||||
{:default-app-name "Meissas awesome gitea"
|
||||
:fqdn "test.de"
|
||||
:issuer "staging"
|
||||
:mailer-from "test@test.de"
|
||||
:mailer-host-port "test.de:123"
|
||||
:service-whitelist-domains "test.de"
|
||||
:service-noreply-address "noreply@test.de"
|
||||
:volume-total-storage-size 6
|
||||
:restic-repository "repo-path"}
|
||||
|
|
Loading…
Reference in a new issue