review
This commit is contained in:
parent
c8a84a7341
commit
59c96b4da9
2 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
{:authtoken "asdfasdfe"
|
{:authtoken "asdfasdfe"
|
||||||
:gitrepourl "https://some.de/path/to/repo.zip"
|
:gitrepourl "https://some.de/path/to/repo.zip"
|
||||||
:singlegitrepourl "https://someother.de/path/to/repo.zip"}
|
:singlegitrepourl "https://someother.de/path/to/repo.zip"}
|
||||||
|
|
||||||
|
{:auth [{:name "meissa.io" :username "" :auth-token ""}]}
|
||||||
|
|
|
@ -3,4 +3,18 @@
|
||||||
:fqdn2 "domaindrivenarchitecture.org"
|
:fqdn2 "domaindrivenarchitecture.org"
|
||||||
:multi ["fqdn", "fqdn1"]
|
:multi ["fqdn", "fqdn1"]
|
||||||
:single "fqdn2"
|
: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 ""}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue