25 lines
391 B
YAML
25 lines
391 B
YAML
|
|
application:
|
|
debug: false
|
|
|
|
# Database
|
|
database:
|
|
adapter: Mysql
|
|
host: localhost
|
|
username: user
|
|
password: password
|
|
dbname: httpcb
|
|
charset: utf8
|
|
|
|
# OAuth
|
|
#oauth:
|
|
#security_salt: value
|
|
#debug: 1
|
|
|
|
#Strategy:
|
|
# Google:
|
|
# client_id: value
|
|
# client_secret: value
|
|
# GitHub:
|
|
# client_id: value
|
|
# client_secret: value
|