OSDN Git Service

create mds2
[vem/vem.git] / test / view / mds2 / js / config.js
diff --git a/test/view/mds2/js/config.js b/test/view/mds2/js/config.js
new file mode 100644 (file)
index 0000000..fe7e9cf
--- /dev/null
@@ -0,0 +1,6 @@
+// IPアドレス, ポートの設定
+var config = {
+  ipAddress : 'localhost',
+  port      :  '9090',
+  inst      :  'fei'
+}