diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-02-23 00:13:03 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-02-23 00:13:03 +0100 |
commit | bbce5f5252f80e00fb9d4dddcd01938fc920c4fd (patch) | |
tree | 4360c2af46d5d01bf70979992c33369311a000bb | |
parent | ca56fd18514851002e9e300a7d44444551e95bf9 (diff) |
disable goniec
-rw-r--r-- | common.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.json b/common.json index ba75a3a..bcf4af4 100644 --- a/common.json +++ b/common.json @@ -1,6 +1,6 @@ {
"goniec": {
- "enabled": 1,
+ "enabled": 0,
"host": "localhost",
"port": 8090
}
|