aboutsummaryrefslogtreecommitdiff
path: root/cmd/cashierd/main.go
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-29 14:46:06 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-29 14:46:06 +0100
commit1a16ff15b87a10b2e7359ba53104ed4bd9fef9e8 (patch)
tree1f6ea2155189713110bf05dc62af4a560152917c /cmd/cashierd/main.go
parent2d76d6028d75dda1d239d228d47679b5b35ee1e1 (diff)
parent46ec48845704b54d395727441edc049b009da774 (diff)
Merge pull request #10 from nsheridan/hcl
Switch from json to hcl configs
Diffstat (limited to 'cmd/cashierd/main.go')
-rw-r--r--cmd/cashierd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cashierd/main.go b/cmd/cashierd/main.go
index e509304..1b1035c 100644
--- a/cmd/cashierd/main.go
+++ b/cmd/cashierd/main.go
@@ -29,7 +29,7 @@ import (
)
var (
- cfg = flag.String("config_file", "config.json", "Path to configuration file.")
+ cfg = flag.String("config_file", "cashierd.conf", "Path to configuration file.")
)
// appContext contains local context - cookiestore, authprovider, authsession, templates etc.