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
14
app/config/app.yml
Normal file
14
app/config/app.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
application:
|
||||
controllersDir : ../app/controllers/
|
||||
modelsDir : ../app/models/
|
||||
migrationsDir : ../app/migrations/
|
||||
viewsDir : ../app/views/
|
||||
templateDir : ../app/templates/
|
||||
listenersDir : ../app/listeners/
|
||||
libraryDir : ../app/library/
|
||||
formsDir : ../app/forms/
|
||||
logDir : ../cache/log/
|
||||
viewCacheDir : ../cache/view/
|
||||
sessionDir : ../cache/sess/
|
||||
baseUri : /
|
||||
Reference in a new issue