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
},
"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"
}