feat(apim-apps): first commit

This commit is contained in:
2026-06-29 14:22:37 +02:00
commit 7738a51d16
28 changed files with 1973 additions and 0 deletions
+24
View File
@@ -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
}
]
}