summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/config.js b/config.js
index 412111b..7cb125b 100644
--- a/config.js
+++ b/config.js
@@ -15,5 +15,18 @@
"views" : {
"paths" : [ "." ],
"skins" : [ "view" ]
+ },
+ "security" : {
+ "csrf" : {
+ "enable" : true
+ }
+ },
+ "session" : {
+ "expire" : "browser",
+ "location" : "client",
+ "client" : {
+ "hmac" : "sha1",
+ "hmac_key" : "6fe0b96a8c5ddcb8af8c377f1d3981549d4bd5c3"
+ }
}
}