mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
33 lines
993 B
JSON
33 lines
993 B
JSON
{
|
|
"deployment": {
|
|
"argocd": {
|
|
"project": "comissions.app"
|
|
},
|
|
"cluster": {
|
|
"name": "in-cluster",
|
|
"namespace": "comissions-dev",
|
|
"address": "https://kubernetes.default.svc"
|
|
}
|
|
},
|
|
"apps": {
|
|
"core-api": {
|
|
"version" : "latest",
|
|
"ingress":{
|
|
"host": "core-api.comissions.dev"
|
|
}
|
|
},
|
|
"ui" : {
|
|
"version" : "latest",
|
|
"ingress":{
|
|
"host": "ui.comissions.dev"
|
|
},
|
|
"auth0":{
|
|
"issuerBaseUrl" : "https://dev-12mb5yq82dow1twh.us.auth0.com",
|
|
"clientId" : "avpoVGBxJfr15m6d3BfTzsEH4v3yBXna",
|
|
"clientSecret" : "rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd",
|
|
"baseUrl" : "https://development.comissions.app",
|
|
"secret" : "VX5LKeGHeaqKsgNz8Kn1gQ7MSHmwrXJdC2DMjVY82_YHjiRqdPrVNpFFkXBZy8yh"
|
|
}
|
|
}
|
|
}
|
|
} |