41 lines
639 B
YAML
41 lines
639 B
YAML
|
|
application:
|
|
debug: false
|
|
|
|
# Database
|
|
database:
|
|
adapter: Mysql
|
|
host: localhost
|
|
username: user
|
|
password: password
|
|
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
|
|
|
|
# OAuth
|
|
#oauth:
|
|
#providers:
|
|
#github:
|
|
#clientId: value
|
|
#clientSecret: value
|