feat(apim-apps): first commit
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"environments": [
|
||||
{
|
||||
"name": "DEV",
|
||||
"url": "https://apimgr-dev.example.com:8075",
|
||||
"verify_ssl": false
|
||||
},
|
||||
{
|
||||
"name": "RECETTE",
|
||||
"url": "https://apimgr-rec.example.com:8075",
|
||||
"verify_ssl": false
|
||||
},
|
||||
{
|
||||
"name": "PREPROD",
|
||||
"url": "https://apimgr-ppd.example.com:8075",
|
||||
"verify_ssl": false
|
||||
},
|
||||
{
|
||||
"name": "PROD",
|
||||
"url": "https://apimgr-prd.example.com:8075",
|
||||
"verify_ssl": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user