From 63dfeca8243f3d5e01f187c5b752d742a62bfa36 Mon Sep 17 00:00:00 2001 From: Michal Zimniewicz Date: Sat, 27 Jan 2018 00:38:18 +0100 Subject: move goniec to a separate file --- 1n.json | 5 ----- 1s.json | 5 ----- 2ne.json | 5 ----- 2nw.json | 5 ----- 2se.json | 5 ----- 2sw.json | 5 ----- common.json | 7 +++++++ 7 files changed, 7 insertions(+), 30 deletions(-) create mode 100644 common.json diff --git a/1n.json b/1n.json index 6162ed2..68882a6 100644 --- a/1n.json +++ b/1n.json @@ -7,11 +7,6 @@ "height": 80, "margin": 60 }, - "goniec": { - "enabled": 1, - "host": "localhost", - "port": 8090 - }, "teams": [ ["SYNTEX", "Syntex", "olsztyn.png"], ["Objectivity KS AZS Wratislavia III", "Objectivity", "wroclaw.png"], diff --git a/1s.json b/1s.json index 793ff0c..ae95c90 100644 --- a/1s.json +++ b/1s.json @@ -7,11 +7,6 @@ "height": 80, "margin": 60 }, - "goniec": { - "enabled": 1, - "host": "localhost", - "port": 8090 - }, "teams": { "database": "srr_dmp" }, diff --git a/2ne.json b/2ne.json index 7831e99..12587df 100644 --- a/2ne.json +++ b/2ne.json @@ -7,11 +7,6 @@ "height": 80, "margin": 60 }, - "goniec": { - "enabled": 1, - "host": "localhost", - "port": 8090 - }, "teams": [ ["BC SUDOVIA INTERNATIONAL", "SUDOVIA"], ["AUTOSTRADA EKSPLOATACJA & 2S MEDIA Warszawa", "AUTOSTRADA"], diff --git a/2nw.json b/2nw.json index bb331ef..0740c30 100644 --- a/2nw.json +++ b/2nw.json @@ -7,11 +7,6 @@ "height": 80, "margin": 60 }, - "goniec": { - "enabled": 1, - "host": "localhost", - "port": 8090 - }, "teams": [ ["UNIA II Leszno", "UNIA II", "leszno.png"], ["JANTAR Toruń", "JANTAR", "torun.png"], diff --git a/2se.json b/2se.json index 85f24bd..05c6172 100644 --- a/2se.json +++ b/2se.json @@ -7,11 +7,6 @@ "height": 80, "margin": 60 }, - "goniec": { - "enabled": 1, - "host": "localhost", - "port": 8090 - }, "teams": [ ["Akademia Brydża AZS UW Piast Warszawa", "AZS UW", "w-wa.png"], ["SKÓR-BUT Łęczna", "SKÓR-BUT", "leczna.png"], diff --git a/2sw.json b/2sw.json index 8649997..4956ed9 100644 --- a/2sw.json +++ b/2sw.json @@ -7,11 +7,6 @@ "height": 80, "margin": 60 }, - "goniec": { - "enabled": 1, - "host": "localhost", - "port": 8090 - }, "teams": [ ["DRUGI SORT Bielsko-Biała", "Drugi Sort"], ["PONAR SILESIA Katowice", "PONAR SILESIA"], 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 + }, +} -- cgit v1.2.3