diff options
Diffstat (limited to 'config.json.template')
| -rw-r--r-- | config.json.template | 9 |
1 files changed, 9 insertions, 0 deletions
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" +} |
