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