diff options
author | 2018-12-25 15:47:20 +0900 | |
---|---|---|
committer | 2018-12-25 15:47:20 +0900 | |
commit | f47c7f522892f502fe8880de45b77ce401a6cb29 (patch) | |
tree | 9ef729bbb0a5050a4363d36e4606b61f77bc52a4 /app/src/config.h | |
parent | f77608d1ee6464009f49cd30d946f149571acbc3 (diff) |
change icon sizesandbox/zheng_wenlong/warehouse
Diffstat (limited to 'app/src/config.h')
-rw-r--r-- | app/src/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/config.h b/app/src/config.h index e3aefc1..1196872 100644 --- a/app/src/config.h +++ b/app/src/config.h @@ -19,12 +19,13 @@ // server url config //#define SERVER_DOMAIN_IP "192.168.20.161" -#define SERVER_DOMAIN_IP "202.7.19.45" +//#define SERVER_DOMAIN_IP "202.7.19.45" +#define SERVER_DOMAIN_IP "warehouse.tmc-tokai.jp" //#define SERVER_DOMAIN "192.168.20.161/webservice" -#define SERVER_DOMAIN "202.7.19.45/webservice" +//#define SERVER_DOMAIN "202.7.19.45/webservice" +#define SERVER_DOMAIN "warehouse.tmc-tokai.jp/webservice" -//#define SERVER_DOMAIN "warehouse.tmc-tokai.jp/webservice" #define SERVER_BASE_URL "/api/v1/app" #define SERVER_API_LIST "/collection" |