aboutsummaryrefslogtreecommitdiff
path: root/exampleconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleconfig.json')
-rw-r--r--exampleconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleconfig.json b/exampleconfig.json
index 683304e..eeb1453 100644
--- a/exampleconfig.json
+++ b/exampleconfig.json
@@ -4,7 +4,8 @@
"tls_key": "server.key",
"tls_cert": "server.crt",
"port": 443,
- "cookie_secret": "supersecret"
+ "cookie_secret": "supersecret",
+ "template_dir": "/go/src/github.com/nsheridan/cashier/templates"
},
"auth": {
"provider": "google",