config: drop the "conf" prefix for config files.
This commit is contained in:
parent
005f1e3292
commit
ca90ec30fb
4 changed files with 3 additions and 2 deletions
22
app/config/local.sample.yml
Normal file
22
app/config/local.sample.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
|
||||
application:
|
||||
debug: false
|
||||
|
||||
# Database
|
||||
database:
|
||||
adapter: Mysql
|
||||
host: localhost
|
||||
username: user
|
||||
password: password
|
||||
dbname: httpcb
|
||||
charset: utf8
|
||||
|
||||
#sendgrid
|
||||
#key: value
|
||||
|
||||
# OAuth
|
||||
#oauth:
|
||||
#providers:
|
||||
#github:
|
||||
#clientId: value
|
||||
#clientSecret: value
|
||||
Reference in a new issue