Skip to content

Commit 9a6be7e

Browse files
authored
Merge pull request #69 from Resolum/feature/deployment-configuration
fix(deployment): update base url for debug and production environments.
2 parents 1e54002 + 423033c commit 9a6be7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848

4949
buildTypes {
5050
debug {
51-
buildConfigField("String", "BASE_URL", "\"http://20.124.135.239/api/v1/\"")
51+
buildConfigField("String", "BASE_URL", "\"http://10.0.2.2:8080/api/v1/\"")
5252
}
5353
create("docker") {
5454
initWith(getByName("debug"))
@@ -69,7 +69,7 @@ android {
6969
getDefaultProguardFile("proguard-android-optimize.txt"),
7070
"proguard-rules.pro"
7171
)
72-
buildConfigField("String", "BASE_URL", "\"https://intiva-api.azurewebsites.net/api/v1/\"")
72+
buildConfigField("String", "BASE_URL", "\"http://20.124.135.239/api/v1/\"")
7373

7474
firebaseAppDistribution {
7575
// Specifices the release notes file.

0 commit comments

Comments
 (0)