c4k-forgejo/valid-config.edn
erik 7510589e47 Migrated appini-configmap to appini-env-configmap
We now have a basic config for our gitea installation.
We might want to have a closer look on the security config.

Also updated tests and gitea.cljc code with params and formating.
2022-07-20 15:56:37 +02:00

9 lines
267 B
Clojure

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