aboutsummaryrefslogtreecommitdiff
path: root/exampleconfig.json
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-28 23:28:32 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-28 23:28:32 +0100
commit69973a0c0cea573d444d46b5ae69bebc1567a9b8 (patch)
tree61fb2ac88ca974f0f9e7ea5e03dff251c5936872 /exampleconfig.json
parentf1a898a1adb2d3a0facfece2729bd0c527781bdc (diff)
Define the token tmpl as a string
Diffstat (limited to 'exampleconfig.json')
-rw-r--r--exampleconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/exampleconfig.json b/exampleconfig.json
index cc4aca9..1ac84f2 100644
--- a/exampleconfig.json
+++ b/exampleconfig.json
@@ -4,8 +4,7 @@
"tls_key": "server.key",
"tls_cert": "server.crt",
"port": 443,
- "cookie_secret": "supersecret",
- "template_dir": "/go/src/github.com/nsheridan/cashier/templates"
+ "cookie_secret": "supersecret"
},
"auth": {
"provider": "google",