erik
caa8b5c886
* Hardened flatten-and-reduce-config through sorting of :auth and :website vectors * add issuer kv and volume-size kv only when existing in config * fixed test in website_test.cljc * fixed content-vol-creation for nonexistent volume-size kv pair
12 lines
346 B
Clojure
12 lines
346 B
Clojure
{:issuer "staging"
|
|
:websites
|
|
[{:unique-name "test.io"
|
|
:fqdns ["test.de" "test.org" "www.test.de" "www.test.org"]
|
|
:gitea-host "gitlab.de"
|
|
:gitea-repo "repo"
|
|
:branchname "main"}
|
|
{:unique-name "example.io"
|
|
:fqdns ["example.org", "www.example.com"]
|
|
:gitea-host "finegitehost.net"
|
|
:gitea-repo "repo"
|
|
:branchname "main"}]}
|