Commit cf77ed1

Richard Luby <richluby@gmail.com>
2016-10-28 08:29:45
added gitignore file
rearranged config files to match what they configure
1 parent 8e88450
.gitignore
@@ -0,0 +1,1 @@
+*.conf
configuration.conf
@@ -1,7 +0,0 @@
-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 = "/Users/RLuby/dev/golang/src/richluby/questioner/corpus/"
questioner.conf → serverConf.conf
File renamed without changes