From 9a0ca4d1075f879b812cd8a1b55ab3a2c8e07c40 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 8 Oct 2020 23:58:30 +0200 Subject: Multiple configs handling rewritten to use envsubst --- config.template/logoh.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config.template/logoh.json (limited to 'config.template/logoh.json') diff --git a/config.template/logoh.json b/config.template/logoh.json new file mode 100644 index 0000000..6420b3f --- /dev/null +++ b/config.template/logoh.json @@ -0,0 +1,26 @@ +{ + "PAGE_TITLE": 0, + "INDIVIDUAL_CLASSIFICATION": 80, + "WITHOUT_PLAYERS_WITHOUT_CHANCES": 91, + "PERCENT_NOT_LISTED": 92, + "PLAYERS_WITHOUT_CHANCES": 90, + "PERCENT": 88, + "HEADER_PLACE": 65, + "HEADER_TEAM": 52, + "HEADER_IMPBRD": 44, + "HEADER_BOARDS": 50, + "HEADER_PREV_ROUNDS": 81, + "FOOTER_GENERATED": 11, + "FOOTER_OPTIMIZED": 15, + "FOOTER_AT": 5, + "ROUND": 18, + "SEGMENT": 8, + "HEADER_TABLE": 39, + "HEADER_IMPS": 14, + "HEADER_BOARD_NO": 64, + "FOOTER_ANALYSIS": 13, + "TABLE_CLOSED_NS": 101, + "TABLE_OPEN_NS": 99, + "TABLE_CLOSED_EW": 102, + "TABLE_OPEN_EW": 100 +} -- cgit v1.2.3