diff options
Diffstat (limited to 'conf/app.conf')
| -rw-r--r-- | conf/app.conf | 5 |
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 |
