diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-04-17 09:53:14 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-05-07 15:14:38 +0100 |
commit | 1c553c66be65bd3f3107b26ed7f18e9c1f167b9b (patch) | |
tree | 8b515c4c7983c4fcfcaf8d8d8bd90b5024b690a6 /lib | |
parent | da95c03f9f224ded9e0e3bda2635bcf4f63faf5d (diff) |
Add rack-insightadd_rack_insight
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index 89f148602..5daf34bb5 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -88,6 +88,9 @@ module AlaveteliConfiguration :VARNISH_HOST => '', :WORKING_OR_CALENDAR_DAYS => 'working', :USE_BULLET_IN_DEVELOPMENT => false + :USE_RACK_INSIGHT_IN_DEVELOPMENT => false, + :RACK_INSIGHT_SECRET_KEY => 'this default is insecure as code is open source, please override in config/general', + :RACK_INSIGHT_DATABASE_PATH => 'tmp/rack_insight.sqlite' } end |