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

Commit ddd86da

Browse files
author
Ryan Arana
committed
Update a few little things to make deployment easier.
1 parent 0f4b651 commit ddd86da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// Path to the config file
10-
var configFile = "config.json"
10+
var configFile = "./config.json"
1111

1212
// Config holds configuration values read in from the config file
1313
type Config struct {

config.json.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Host": "localhost",
2+
"Host": "0.0.0.0",
33
"Port": 8080,
44
"RedisHost": "127.0.0.1:6379",
55
"RedisPass": "",

0 commit comments

Comments
 (0)