From 59c96b4da9402f0be73d66dc1cdb1a69de7da491 Mon Sep 17 00:00:00 2001 From: jerger Date: Tue, 11 Oct 2022 09:10:58 +0200 Subject: [PATCH] review --- valid-auth.edn | 2 ++ valid-config.edn | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) 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