From ddd86dac22927a7438f21105c607659120ea7630 Mon Sep 17 00:00:00 2001 From: Ryan Arana Date: Wed, 18 Jun 2014 18:00:22 -0700 Subject: [PATCH] Update a few little things to make deployment easier. --- config.go | 2 +- config.json.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": "",