From 5d76de978c85f2ae74c6f27e672c0449de169bbe Mon Sep 17 00:00:00 2001 From: Cedrick Oka Baidai Date: Wed, 13 Nov 2019 13:21:24 +0000 Subject: [PATCH] * [coka/file-bundle] Fixed bug: container parameter not resolved. --- coka/file-bundle/3.0/config/packages/oka_file.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coka/file-bundle/3.0/config/packages/oka_file.yaml b/coka/file-bundle/3.0/config/packages/oka_file.yaml index 589525ed..8f4da55d 100644 --- a/coka/file-bundle/3.0/config/packages/oka_file.yaml +++ b/coka/file-bundle/3.0/config/packages/oka_file.yaml @@ -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)%'