summaryrefslogtreecommitdiffstats
path: root/app/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/config.h')
-rw-r--r--app/src/config.h7
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"