Update valid-config with actually valid values

This commit is contained in:
bom 2022-07-21 13:42:03 +02:00
parent 01200b589a
commit 3a2b58aa8e

View file

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