From 26f781239bfcda867f19262becee3b9687a7c79d Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Sun, 15 Feb 2015 17:59:13 +0100 Subject: Crashs on startup with error message 'Cannot start transaction.' --- conf/app.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'conf/app.conf') 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 -- cgit v1.2.3