Files
projet_gestion_commande/mobile/eas.json
T
2026-03-06 15:52:11 +01:00

45 lines
1.1 KiB
JSON

{
"cli": {
"version": ">= 16.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug"
},
"ios": {
"simulator": true
},
"env": {
"API_URL": "http://5.181.0.112"
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
},
"channel": "preview"
},
"production": {
"distribution": "internal",
"autoIncrement": true,
"android": {
"buildType": "apk"
},
"env": {
"API_URL": "http://5.181.0.112"
},
"channel": "production"
}
}
}