Files
Chromacase/front/eas.json
T
2023-10-02 16:56:46 +02:00

29 lines
637 B
JSON

{
"build": {
"debug": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleDebug",
"developmentClient": true,
"distribution": "internal"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://chroma.octohub.app/api",
"EXPO_PUBLIC_SCORO_URL": "wss://chroma.octohub.app/ws"
}
},
"production": {
"android": {
"buildType": "apk",
"gradleCommand": ":app:assembleRelease",
"developmentClient": true,
"distribution": "internal"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://chroma.octohub.app/api",
"EXPO_PUBLIC_SCORO_URL": "wss://chroma.octohub.app/ws"
}
}
}
}