Commit 48814723 by patpat

Merge branch 'develop' into production

parents 71eacc19 85455d0c
...@@ -33,8 +33,8 @@ object AppConfig { ...@@ -33,8 +33,8 @@ object AppConfig {
return when (SERVER) { return when (SERVER) {
Server.DEV -> "http://diningbackdev.bgy.com.cn" Server.DEV -> "http://diningbackdev.bgy.com.cn"
Server.TEST -> "http://diningbacktest.bgy.com.cn:9000" Server.TEST -> "http://diningbacktest.bgy.com.cn:9000"
Server.UAT -> "http://diningbackuat.bgy.com.cn" Server.UAT -> "https://diningbackuat.bgy.com.cn"
else -> "http://diningback.bgy.com.cn" else -> "https://diningback.bgy.com.cn"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment