diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-02-16 21:31:16 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-02-16 21:31:58 +0100 |
commit | 78cedc2262fa6d13904915cacd546389d3f453fc (patch) | |
tree | b86ed1db197063d3dc09b69aab8ef2b95b80273f /app/config/config.yml | |
parent | 4d85d7e9ba676bd5ac3428976ce9227f460eb542 (diff) | |
download | wallabag-78cedc2262fa6d13904915cacd546389d3f453fc.tar.gz wallabag-78cedc2262fa6d13904915cacd546389d3f453fc.tar.zst wallabag-78cedc2262fa6d13904915cacd546389d3f453fc.zip |
Cleanup
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 7dc1bf51..33db2458 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -5,7 +5,7 @@ imports: | |||
5 | 5 | ||
6 | framework: | 6 | framework: |
7 | #esi: ~ | 7 | #esi: ~ |
8 | #translator: { fallback: "%locale%" } | 8 | translator: { fallback: "%locale%" } |
9 | secret: "%secret%" | 9 | secret: "%secret%" |
10 | router: | 10 | router: |
11 | resource: "%kernel.root_dir%/config/routing.yml" | 11 | resource: "%kernel.root_dir%/config/routing.yml" |
@@ -103,4 +103,4 @@ fos_rest: | |||
103 | routing_loader: | 103 | routing_loader: |
104 | default_format: json | 104 | default_format: json |
105 | 105 | ||
106 | nelmio_api_doc: ~ \ No newline at end of file | 106 | nelmio_api_doc: ~ |