chore: add url pre-prod

This commit is contained in:
2026-05-02 18:13:00 +02:00
parent 90a23b065b
commit cd6c13d3a5
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
"simulator": true "simulator": true
}, },
"env": { "env": {
"API_URL": "https://mln-uber.club" "API_URL": "https://5.181.0.112.nip.io"
} }
}, },
"preview": { "preview": {
@@ -24,7 +24,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "https://mln-uber.club" "API_URL": "https://5.181.0.112.nip.io"
} }
}, },
"production": { "production": {
@@ -34,7 +34,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "https://mln-uber.club" "API_URL": "https://5.181.0.112.nip.io"
} }
} }
} }
+3 -3
View File
@@ -15,7 +15,7 @@
"simulator": true "simulator": true
}, },
"env": { "env": {
"API_URL": "https://mln-uber.club" "API_URL": "https://5.181.0.112.nip.io"
}, },
"channel": "development" "channel": "development"
}, },
@@ -25,7 +25,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "https://mln-uber.club" "API_URL": "https://5.181.0.112.nip.io"
}, },
"channel": "preview" "channel": "preview"
}, },
@@ -36,7 +36,7 @@
"buildType": "apk" "buildType": "apk"
}, },
"env": { "env": {
"API_URL": "https://mln-uber.club" "API_URL": "https://5.181.0.112.nip.io/"
}, },
"channel": "production" "channel": "production"
} }