diff --git a/src/main/resources/tippliga_config_template.json b/src/main/resources/tippliga_config_template.json new file mode 100644 index 0000000..675673d --- /dev/null +++ b/src/main/resources/tippliga_config_template.json @@ -0,0 +1,167 @@ +{ + "numberOfMatchdays": 39, + "matchesPerMatchday": 12, + "pointMode": 4, + "pointsTendency": 1, + "pointsDifference": 2, + "pointsDirectHit": 3, + "ko": 0, + "matchdayConfig": [ + { + "TLWMatchday": 1, + "matchesConfig": [] + }, + { + "TLWMatchday": 2, + "matchesConfig": [] + }, + { + "TLWMatchday": 3, + "matchesConfig": [] + }, + { + "TLWMatchday": 4, + "matchesConfig": [] + }, + { + "TLWMatchday": 5, + "matchesConfig": [] + }, + { + "TLWMatchday": 6, + "matchesConfig": [] + }, + { + "TLWMatchday": 7, + "matchesConfig": [] + }, + { + "TLWMatchday": 8, + "matchesConfig": [] + }, + { + "TLWMatchday": 9, + "matchesConfig": [] + }, + { + "TLWMatchday": 10, + "matchesConfig": [] + }, + { + "TLWMatchday": 11, + "matchesConfig": [] + }, + { + "TLWMatchday": 12, + "matchesConfig": [] + }, + { + "TLWMatchday": 13, + "matchesConfig": [] + }, + { + "TLWMatchday": 14, + "matchesConfig": [] + }, + { + "TLWMatchday": 15, + "matchesConfig": [] + }, + { + "TLWMatchday": 16, + "matchesConfig": [] + }, + { + "TLWMatchday": 17, + "matchesConfig": [] + }, + { + "TLWMatchday": 18, + "matchesConfig": [] + }, + { + "TLWMatchday": 19, + "matchesConfig": [] + }, + { + "TLWMatchday": 20, + "matchesConfig": [] + }, + { + "TLWMatchday": 21, + "matchesConfig": [] + }, + { + "TLWMatchday": 22, + "matchesConfig": [] + }, + { + "TLWMatchday": 23, + "matchesConfig": [] + }, + { + "TLWMatchday": 24, + "matchesConfig": [] + }, + { + "TLWMatchday": 25, + "matchesConfig": [] + }, + { + "TLWMatchday": 26, + "matchesConfig": [] + }, + { + "TLWMatchday": 27, + "matchesConfig": [] + }, + { + "TLWMatchday": 28, + "matchesConfig": [] + }, + { + "TLWMatchday": 29, + "matchesConfig": [] + }, + { + "TLWMatchday": 30, + "matchesConfig": [] + }, + { + "TLWMatchday": 31, + "matchesConfig": [] + }, + { + "TLWMatchday": 32, + "matchesConfig": [] + }, + { + "TLWMatchday": 33, + "matchesConfig": [] + }, + { + "TLWMatchday": 34, + "matchesConfig": [] + }, + { + "TLWMatchday": 35, + "matchesConfig": [] + }, + { + "TLWMatchday": 36, + "matchesConfig": [] + }, + { + "TLWMatchday": 37, + "matchesConfig": [] + }, + { + "TLWMatchday": 38, + "matchesConfig": [] + }, + { + "TLWMatchday": 39, + "matchesConfig": [] + } + ] +} \ No newline at end of file