Front: Fix env var

This commit is contained in:
Arthur Jamet
2023-10-02 16:56:46 +02:00
parent 920126a392
commit 4299a93afe
6 changed files with 33 additions and 2 deletions
+4
View File
@@ -6,6 +6,10 @@
"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": {