diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index d7c465db..f2f5f9f3 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -84,3 +84,23 @@ swiftmailer: | |||
84 | username: "%mailer_user%" | 84 | username: "%mailer_user%" |
85 | password: "%mailer_password%" | 85 | password: "%mailer_password%" |
86 | spool: { type: memory } | 86 | spool: { type: memory } |
87 | |||
88 | fos_rest: | ||
89 | param_fetcher_listener: true | ||
90 | body_listener: true | ||
91 | format_listener: true | ||
92 | view: | ||
93 | view_response_listener: 'force' | ||
94 | formats: | ||
95 | xml: true | ||
96 | json : true | ||
97 | templating_formats: | ||
98 | html: true | ||
99 | force_redirects: | ||
100 | html: true | ||
101 | failed_validation: HTTP_BAD_REQUEST | ||
102 | default_engine: twig | ||
103 | routing_loader: | ||
104 | default_format: json | ||
105 | |||
106 | nelmio_api_doc: ~ \ No newline at end of file | ||