Skip to content

Commit

Permalink
chore: update base url to interact with the backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Oct 27, 2024
1 parent c57c9bf commit 8dcf159
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion androidApp/app.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_URL=https://cms4partners-ce427.nw.r.appspot.com
qBASE_URL=https://api.devlille.fr
FIREBASE_PROJECT_ID=open-feedback-42
FIREBASE_APP_ID=1:635903227116:android:ffbe1750162d4b01b1e1c9
FIREBASE_API_KEY=AIzaSyDVVFO767y1cfp38D_rveqPm0XEaWrzFiA
Expand Down
6 changes: 6 additions & 0 deletions androidApp/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config>
<domain includeSubdomains="true">devlille.fr</domain>
</domain-config>
</network-security-config>
Binary file not shown.
2 changes: 1 addition & 1 deletion iosApp/iosApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>BASE_URL</key>
<string>${BASE_URL}</string>
<key>BASE_URL_C4H</key>
<string>https://cms4partners-ce427.nw.r.appspot.com</string>
<string>https://api.devlille.fr</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand Down

0 comments on commit 8dcf159

Please sign in to comment.