diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-10-15 09:24:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 09:24:32 +0200 |
commit | 393020100350140e421d991a3fc7d12eaf69a8b7 (patch) | |
tree | 39c058cfca7543ac4a3e60e8a5ffc97db7629474 /app/config/config_prod.yml | |
parent | 64f4112caea165d79d10c624bcc69e6a3597714f (diff) | |
parent | 9ca069a6fea67ddf2ef44601901ea3c02e3cffbe (diff) | |
download | wallabag-393020100350140e421d991a3fc7d12eaf69a8b7.tar.gz wallabag-393020100350140e421d991a3fc7d12eaf69a8b7.tar.zst wallabag-393020100350140e421d991a3fc7d12eaf69a8b7.zip |
Merge pull request #3382 from nclsHart/replace-kernel-rootdir
Replace kernel.root_dir by kernel.project_dir
Diffstat (limited to 'app/config/config_prod.yml')
-rw-r--r-- | app/config/config_prod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml index 65b02d66..44e29aac 100644 --- a/app/config/config_prod.yml +++ b/app/config/config_prod.yml | |||
@@ -3,7 +3,7 @@ imports: | |||
3 | 3 | ||
4 | framework: | 4 | framework: |
5 | assets: | 5 | assets: |
6 | # json_manifest_path: '%kernel.root_dir%/../web/bundles/wallabagcore/manifest.json' | 6 | # json_manifest_path: '%kernel.project_dir%/web/bundles/wallabagcore/manifest.json' |
7 | 7 | ||
8 | #doctrine: | 8 | #doctrine: |
9 | # orm: | 9 | # orm: |