浏览代码

[공통][New] coop url 버그 수정

hyodong.min 7 年之前
父节点
当前提交
cd92e9dcee
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/src/sandbox/res/values/config.xml

+ 2 - 2
app/src/sandbox/res/values/config.xml

@@ -2,8 +2,8 @@
 <resources>
   <string name="host_url" translatable="false">nothing</string>
   <string name="host_port" translatable="false">nothing</string>
-  <string name="coop_url" translatable="false">nothing</string>
-  <string name="coop_port" translatable="false">nothing</string>
+  <string name="coop_url" translatable="false">http://dev-lifeplus.multicon.co.kr</string>
+  <string name="coop_port" translatable="false">7777</string>
   <string name="xecure_url" translatable="false">nothing</string>
   <string name="app_shield_url" translatable="false">nothing</string>
 </resources>