init branch

This commit is contained in:
Clément Le Bihan
2023-11-24 00:23:36 +01:00
parent 9133a369d5
commit ecac53516e
8 changed files with 36 additions and 17 deletions
+4 -4
View File
@@ -8,8 +8,8 @@
"distribution": "internal"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://chroma.octohub.app/api",
"EXPO_PUBLIC_SCORO_URL": "wss://chroma.octohub.app/ws"
"EXPO_PUBLIC_API_URL": "https://nightly.chroma.octohub.app/api",
"EXPO_PUBLIC_SCORO_URL": "wss://nightly.chroma.octohub.app/ws"
}
},
"production": {
@@ -20,8 +20,8 @@
"distribution": "internal"
},
"env": {
"EXPO_PUBLIC_API_URL": "https://chroma.octohub.app/api",
"EXPO_PUBLIC_SCORO_URL": "wss://chroma.octohub.app/ws"
"EXPO_PUBLIC_API_URL": "https://nightly.chroma.octohub.app/api",
"EXPO_PUBLIC_SCORO_URL": "wss://nightly.chroma.octohub.app/ws"
}
}
}