app/config/conf.app.yml: update paths.
This commit is contained in:
parent
5f03fe6c26
commit
97cb0f0f42
1 changed files with 3 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ application:
|
|||
pluginsDir : ../app/plugins/
|
||||
libraryDir : ../app/library/
|
||||
formsDir : ../app/forms/
|
||||
cacheDir : ../app/cache/
|
||||
sessionDir : ../app/data/sessions/
|
||||
cacheDir : ../cache/
|
||||
viewCacheDir : ../cache/view/
|
||||
sessionDir : ../cache/sess/
|
||||
baseUri : /
|
||||
|
|
|
|||
Reference in a new issue