summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--1n.json5
-rw-r--r--1s.json5
-rw-r--r--2ne.json5
-rw-r--r--2nw.json5
-rw-r--r--2se.json5
-rw-r--r--2sw.json5
-rw-r--r--common.json7
7 files changed, 7 insertions, 30 deletions
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
+ },
+}