This commit is contained in:
jerger 2022-10-11 09:10:58 +02:00
parent c8a84a7341
commit 59c96b4da9
2 changed files with 17 additions and 1 deletions

View file

@ -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 ""}]}

View file

@ -3,4 +3,18 @@
:fqdn2 "domaindrivenarchitecture.org"
:multi ["fqdn", "fqdn1"]
:single "fqdn2"
:issuer "staging"}
: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 ""}
]
}