summaryrefslogtreecommitdiff
path: root/conf/app.conf
diff options
context:
space:
mode:
authorHorus_Arch2015-02-15 17:59:13 +0100
committerHorus_Arch2015-02-15 17:59:13 +0100
commit26f781239bfcda867f19262becee3b9687a7c79d (patch)
tree04a439594815ce1b37a1a73303eee4ac7a5be487 /conf/app.conf
parenta69bf1307d20a395b0eca9ffae06f57a659dabf1 (diff)
downloadfreemail-26f781239bfcda867f19262becee3b9687a7c79d.tar.gz
Crashs on startup with error message 'Cannot start transaction.'
Diffstat (limited to 'conf/app.conf')
-rw-r--r--conf/app.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/app.conf b/conf/app.conf
index f04c963..9ddd749 100644
--- a/conf/app.conf
+++ b/conf/app.conf
@@ -31,6 +31,9 @@ http.ssl = false
# Path to an X509 certificate key, if using SSL.
#http.sslkey =
+db.import = github.com/mattn/go-sqlite3
+db.driver = sqlite3
+#db.spec = email.db
# For any cookies set by Revel (Session,Flash,Error) these properties will set
# the fields of:
@@ -42,7 +45,7 @@ http.ssl = false
# as JavaScript). This restriction mitigates, but does not eliminate the threat
# of session cookie theft via cross-site scripting (XSS). This feature applies
# only to session-management cookies, and not other browser cookies.
-cookie.httponly = false
+cookie.httponly = true
# Each cookie set by Revel is prefixed with this string.
cookie.prefix = REVEL