diff --git a/valid-auth.edn b/valid-auth.edn index efd6262..24174e6 100644 --- a/valid-auth.edn +++ b/valid-auth.edn @@ -1,3 +1,5 @@ {:authtoken "asdfasdfe" :gitrepourl "https://some.de/path/to/repo.zip" :singlegitrepourl "https://someother.de/path/to/repo.zip"} + +{:auth [{:name "meissa.io" :username "" :auth-token ""}]} diff --git a/valid-config.edn b/valid-config.edn index ddd65b7..17c37a9 100644 --- a/valid-config.edn +++ b/valid-config.edn @@ -3,4 +3,18 @@ :fqdn2 "domaindrivenarchitecture.org" :multi ["fqdn", "fqdn1"] :single "fqdn2" - :issuer "staging"} \ No newline at end of file + :issuer "staging"} + +{:issuer "staging" + :websites + [{:name "meissa.io" + :fqdns ["meissa.de", "meissa-gmbh.de", "www.meissa-gmbh.de", + "www.meissa.de", "www.prod.meissa-gmbh.de", "www.prod.meissa.de"] + :gitea-host "repo.prod.meissa.de" + :gitea-repo "repo"} + ; -> "https://" + git-host + "/api/v1/" + user + "/" + git-repo + {:fqdns ["domaindrivenarchitecture.org", "www.domaindrivenarchitecture.org", + "www.prod.domaindrivenarchitecture.org"] + :git-url ""} + ] + } \ No newline at end of file