Commit fa7070b

Richard Luby <richluby@gmail.com>
2016-10-26 10:43:10
added example configuration file
configuration file adheres to TOML specification
1 parent 849bd5b
Changed files (1)
questioner.conf
@@ -0,0 +1,7 @@
+LISTEN_ADDRESS = "127.0.0.1"
+LISTEN_PORT = 8080
+PERMIT_BLANK_PASSWORD = true
+USE_HTTPS = false
+PRIVATE_KEY = "/path/to/https/key"
+# QUESTIONS may be a file or a directory containing only csv files
+QUESTIONS = "/path/to/directory/or/file"