diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 00:38:18 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 00:38:18 +0100 |
commit | 63dfeca8243f3d5e01f187c5b752d742a62bfa36 (patch) | |
tree | cb7c39b91211e5e37ce2222da41863b96a57e8ca /common.json | |
parent | b7bbf931dcbd3bc9b890d0a6e2e0b97f87df5d67 (diff) |
move goniec to a separate file
Diffstat (limited to 'common.json')
-rw-r--r-- | common.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common.json b/common.json new file mode 100644 index 0000000..4362977 --- /dev/null +++ b/common.json @@ -0,0 +1,7 @@ +{
+ "goniec": {
+ "enabled": 1,
+ "host": "localhost",
+ "port": 8090
+ },
+}
|