Update default config

このコミットが含まれているのは:
Arnaud Vergnet 2021-02-10 16:20:45 +01:00
コミット 16664ed8a2

ファイルの表示

@ -1,6 +1,6 @@
{ {
"serveur": { "serveur": {
"actif": 0, "actif": 1,
"uri": "localhost", "uri": "localhost",
"type": "INSA", "type": "INSA",
"ports": { "ports": {
@ -10,6 +10,6 @@
}, },
"local": { "local": {
"actif": 1, "actif": 1,
"port": 31590 "port": 31598
} }
} }