865b475bfc
Storage sizes can now be configured. Due to limitations of yaml/load-as-edn volumes.yaml was split into datavolume.yaml and rootvolume.yaml. This way, we are able to follow volume size recommendations described in jira. Valid config was updated. Tests were updated.
10 lines
250 B
Clojure
10 lines
250 B
Clojure
{
|
|
:default-app-name "Meissas awesome gitea"
|
|
:fqdn "test.de"
|
|
:issuer "staging"
|
|
:mailer-from "test@test.de"
|
|
:mailer-host-port "test.de:123"
|
|
:service-whitelist-domains "test.de"
|
|
:service-noreply-address "noreply@test.de"
|
|
:volume-total-storage-size 6
|
|
}
|