master
1LISTEN_ADDRESS = "127.0.0.1"
2LISTEN_PORT = 8080
3PERMIT_BLANK_PASSWORD = true
4USE_HTTPS = false
5PRIVATE_KEY = "/path/to/https/key"
6# QUESTIONS may be a file or a directory containing only csv files
7QUESTIONS = "/path/to/directory/or/file"