From 82adcbe8d83cee795051208fd866fa912d63f1ec Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 8 Aug 2018 16:50:56 +0200 Subject: [PATCH] app/config/local.sample.yml: adding "models-metadata" and "session" sections. --- app/config/local.sample.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/app/config/local.sample.yml b/app/config/local.sample.yml index 8792856..b3094eb 100644 --- a/app/config/local.sample.yml +++ b/app/config/local.sample.yml @@ -11,6 +11,25 @@ database: dbname: httpcb charset: utf8 +# Models MetaData service +models-metadata: + adapter: Redis + options: + lifetime: 86400 + persistent: 0 + statsKey: _httpcb_md_idx + prefix: _httpcb_md_ + +# Session service +session: + adapter: Redis + options: + lifetime: 360 + persistent: true + uniqueId: httpcb_ + statsKey: _httpcb_sess_idx + prefix: _httpcb_sess_ + #sendgrid #key: value