Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Update a few little things to make deployment easier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Arana committed Jun 19, 2014
1 parent 0f4b651 commit ddd86da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion config.json.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Host": "localhost",
"Host": "0.0.0.0",
"Port": 8080,
"RedisHost": "127.0.0.1:6379",
"RedisPass": "",
Expand Down

0 comments on commit ddd86da

Please sign in to comment.