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"
|
||||
:fqdn "$fqdn"
|
||||
:issuer "$letsencrypt_endpoint"
|
||||
:mailer-from "$mailer_from"
|
||||
:mailer-host-port "$mailer_host_port"
|
||||
:service-whitelist-domains "$service_whitelist_domains"
|
||||
:service-noreply-address "$service_noreply_address"
|
||||
:fqdn "test.de"
|
||||
:issuer "staging"
|
||||
:mailer-from "test@test.de"
|
||||
:mailer-host-port "123"
|
||||
:service-whitelist-domains "test.de"
|
||||
:service-noreply-address "noreply@test.de"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue