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