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