chore: Explain base url setup from localhost
This commit is contained in:
parent
bec3ab3ad1
commit
275e65b9be
|
@ -30,4 +30,8 @@ Repository](https://git.itsdrike.com/ap7pd/event-management-backend).
|
|||
|
||||
> [!TIP]
|
||||
> The app supports dynamic configuration of the API base URL, allowing you to
|
||||
> deploy the backend on any server or cloud provider of your choice.
|
||||
> deploy the backend on any server or cloud provider of your choice. If you
|
||||
> wish to test the app from android studio, you can deploy the backend locally
|
||||
> (<http://localhost:8000>) and set the base URL to `http://10.0.2.2:8000`.
|
||||
> This will allow the Android emulator to access the local backend server. Note
|
||||
> that this is also the default value.
|
||||
|
|
Loading…
Reference in a new issue