app/config/local.sample.yml: adding "models-metadata" and "session" sections.
This commit is contained in:
parent
a2ea4f54e0
commit
82adcbe8d8
1 changed files with 19 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue