diff options
Diffstat (limited to 'cmd/cashierd')
-rw-r--r-- | cmd/cashierd/main.go | 2 |
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. |