chore: Update API base URL in development environment and increment app version.
This commit is contained in:
2
.env.dev
2
.env.dev
@@ -1,3 +1,3 @@
|
||||
# Dev Environment Configuration
|
||||
API_BASE_URL=https://dev-api.requestn.com
|
||||
API_BASE_URL=http://144.91.78.96:3001/api/v1
|
||||
STORAGE_BASE_URL=https://sin1.contabostorage.com/request
|
||||
|
||||
@@ -2,7 +2,7 @@ name: real_estate_mobile
|
||||
description: "RE-QuestN Real Estate Mobile App"
|
||||
publish_to: 'none'
|
||||
|
||||
version: 1.0.0+1
|
||||
version: 1.0.0+2
|
||||
|
||||
environment:
|
||||
sdk: ^3.10.1
|
||||
|
||||
Reference in New Issue
Block a user