diff --git a/config.go b/config.go index 22ba6f9..7573019 100644 --- a/config.go +++ b/config.go @@ -7,7 +7,7 @@ import ( ) // Path to the config file -var configFile = "config.json" +var configFile = "./config.json" // Config holds configuration values read in from the config file type Config struct { diff --git a/config.json.dist b/config.json.dist index f509408..a1f9ab5 100644 --- a/config.json.dist +++ b/config.json.dist @@ -1,5 +1,5 @@ { - "Host": "localhost", + "Host": "0.0.0.0", "Port": 8080, "RedisHost": "127.0.0.1:6379", "RedisPass": "",