mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
* [coka/file-bundle] Fixed bug: container parameter not resolved.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
oka_file:
|
||||
db_driver: orm
|
||||
storage:
|
||||
root_path: '%env(OKAFILE_STORAGE_ROOT_PATH)%'
|
||||
root_path: '%env(resolve:OKAFILE_STORAGE_ROOT_PATH)%'
|
||||
webserver:
|
||||
host: '%env(OKAFILE_STORAGE_WEB_SERVER_HOST)%'
|
||||
host: '%env(resolve:OKAFILE_STORAGE_WEB_SERVER_HOST)%'
|
||||
|
||||
Reference in New Issue
Block a user