From 1fc0e087e320d9cfe9cb11dc11cb62fac4deaf81 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 12 Nov 2016 11:56:24 +0100 Subject: use json config format, expose db path --- config.json.template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json.template (limited to 'config.json.template') diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..888d11e --- /dev/null +++ b/config.json.template @@ -0,0 +1,9 @@ +{ + "database": "votes.db", + "secret_key": "", + "debug": false, + "superuser": "admin", + "abusemail": "admin@host.example.com", + "featured": ["sticky"], + "title": "My awesome voting page" +} -- cgit v1.3.1