feat: config for cozy offer (#894)

This commit is contained in:
Montassar Ghanmy
2025-05-19 10:13:16 +01:00
committed by GitHub
parent a272d66dcd
commit 7595a6d856
3 changed files with 4 additions and 1 deletions
@@ -165,6 +165,7 @@
},
"migration": {
"cozyDomain": "COZY_DOMAIN",
"cozyOffer": "COZY_OFFER",
"cozyManagerUrl": "COZY_MANAGER_URL",
"cozyManagerToken": "COZY_MANAGER_TOKEN",
"pollInterval": "MIGRATUION_POLL_INTERVAL",
+1
View File
@@ -151,6 +151,7 @@
},
"migration": {
"cozyDomain": "stg.lin-saas.com",
"cozyOffer": "stg",
"cozyManagerUrl": "https://manager-int.cozycloud.cc/api/public",
"cozyManagerToken": "COZY_TOKEN_HERE",
"pollInterval": 5000,