Update valid-config with actually valid values
This commit is contained in:
parent
01200b589a
commit
3a2b58aa8e
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
:default-app-name "Meissas awesome gitea"
|
:default-app-name "Meissas awesome gitea"
|
||||||
:fqdn "$fqdn"
|
:fqdn "test.de"
|
||||||
:issuer "$letsencrypt_endpoint"
|
:issuer "staging"
|
||||||
:mailer-from "$mailer_from"
|
:mailer-from "test@test.de"
|
||||||
:mailer-host-port "$mailer_host_port"
|
:mailer-host-port "123"
|
||||||
:service-whitelist-domains "$service_whitelist_domains"
|
:service-whitelist-domains "test.de"
|
||||||
:service-noreply-address "$service_noreply_address"
|
:service-noreply-address "noreply@test.de"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue