Browse Source

Update default config

Arnaud Vergnet 3 years ago
parent
commit
16664ed8a2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      client/config.json

+ 2
- 2
client/config.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "serveur": {
3
-    "actif": 0,
3
+    "actif": 1,
4 4
     "uri": "localhost",
5 5
     "type": "INSA",
6 6
     "ports": {
@@ -10,6 +10,6 @@
10 10
   },
11 11
   "local": {
12 12
     "actif": 1,
13
-    "port": 31590
13
+    "port": 31598
14 14
   }
15 15
 }

Loading…
Cancel
Save