diff --git a/frontend-admin/eas.json b/frontend-admin/eas.json index 4fba5714..f08b415b 100644 --- a/frontend-admin/eas.json +++ b/frontend-admin/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" } }, "preview": { @@ -24,7 +24,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" } }, "production": { @@ -34,7 +34,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" } } } diff --git a/mobile/eas.json b/mobile/eas.json index 5be9784a..0ad54c20 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -15,7 +15,7 @@ "simulator": true }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" }, "channel": "development" }, @@ -25,7 +25,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io" }, "channel": "preview" }, @@ -36,7 +36,7 @@ "buildType": "apk" }, "env": { - "API_URL": "https://mln-uber.club" + "API_URL": "https://5.181.0.112.nip.io/" }, "channel": "production" }