web baseAPIURL to android and web
This commit is contained in:
parent
d5b94d2863
commit
7716db88aa
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ abstract class AppEnviroment {
|
|||
switch (env) {
|
||||
case Enviroment.dev:
|
||||
{
|
||||
baseApiUrl = "http://10.0.2.2:8080"; //"http://localhost:8080";
|
||||
// baseApiUrl = "http://10.0.2.2:8080"; //Android
|
||||
baseApiUrl = "http://localhost:8080"; //Web
|
||||
baseFileUrl = "http://10.0.2.2:9000"; //"http://localhost:9000";
|
||||
whatsappAccessToken =
|
||||
"EAAPINXuNFdYBOzBjTcvZA2iPXEHbHRF9uNXyP3ihkPRUcBqKNru5g9NKRRKkFaiaITEzO3BMo6CjdUmlDH4qYTW2mzDrZB4Q21ZCEZBgECZCu27vfaOXJZCYQLNxwoXkrZBRYv8ZAP37f69r3z9JxLQxdxn9gwqA3oNZAlBBRapJQzxOr6pZBTdI3bbjbu17ZBIwRcF4JCqPDCNLEZCI3bmHwEd2i2niNMYZD";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue