aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2016-05-29 00:27:36 +0100
committerNiall Sheridan <nsheridan@gmail.com>2016-05-29 00:27:36 +0100
commite158191e74d04c1081687348ed79fcbb61cd9ba5 (patch)
tree8e43ba35f36c2ccfc8e19e3dd84ece46329cc0b1 /testdata
parent11c34d209804eceb988d5a3d1f0331f82032db52 (diff)
Remove unneeded template_dir
Diffstat (limited to 'testdata')
-rw-r--r--testdata/config.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/config.go b/testdata/config.go
index a64ebd5..bb2f511 100644
--- a/testdata/config.go
+++ b/testdata/config.go
@@ -6,8 +6,7 @@ var ServerConfig = []byte(`{
"tls_key": "server.key",
"tls_cert": "server.crt",
"port": 443,
- "cookie_secret": "supersecret",
- "template_dir": "templates"
+ "cookie_secret": "supersecret"
}
}`)