7510589e47
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.
9 lines
267 B
Clojure
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"
|
|
}
|