Archived
1
0
Fork 0

app/config/local.sample.yml: adding "models-metadata" and "session" sections.

This commit is contained in:
Henrik Hautakoski 2018-08-08 16:50:56 +02:00
parent a2ea4f54e0
commit 82adcbe8d8
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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