Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/config/local.sample.yml

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