Update default config
This commit is contained in:
parent
3de064f5c2
commit
16664ed8a2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue