diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 11:24:49 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 11:24:49 +0100 |
commit | 64263f50643598db760bed097ac4105bea9ef353 (patch) | |
tree | 4baf47f041b5ceb67989b8959f57cf9854a81868 /eklasa.json | |
parent | 167b326012b9aadc08ef3f4149127b611752a7ad (diff) |
remove local settings from eklasa.json
Diffstat (limited to 'eklasa.json')
-rw-r--r-- | eklasa.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/eklasa.json b/eklasa.json index eaf0a35..779cb67 100644 --- a/eklasa.json +++ b/eklasa.json @@ -1,5 +1,4 @@ {
- "output": "eklasa/playoff.html",
"page": {
"title": "Polish Premier League, play-off",
"logoh": "<span id=\"logo\"></span><script type=\"text/javascript\">loadIt('playoff_logo.html','logo');</script>",
@@ -8,17 +7,6 @@ "height": 80,
"margin": 60
},
- "database": {
- "host": "localhost",
- "port": 3306,
- "user": "admin",
- "pass": ""
- },
- "goniec": {
- "enabled": 1,
- "host": "localhost",
- "port": 8090
- },
"teams": [
["KONKRET Chełmno", "Konkret"],
["KS AZS Wratislavia I WR", "AZS Wratislavia"],
|