diff --git a/mobile/eas.json b/mobile/eas.json index 56aa0d1a..3fcde482 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -25,7 +25,7 @@ "EXPO_PUBLIC_API_URL": "https://uber-demo.club", "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" }, - "channel": "pre-prod" + "channel": "pre-prod-client" }, "production": { "distribution": "internal", @@ -37,7 +37,7 @@ "EXPO_PUBLIC_API_URL": "https://mln-uber.club", "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" }, - "channel": "production" + "channel": "production-client" } } }