diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 17:09:27 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 17:09:27 +0100 |
commit | e4788de51ecbf2773a043325965e10eb74b14e8f (patch) | |
tree | ca66ba084b27050ee336b93b82fbd55ac7f9fd3a /app/config/config.yml | |
parent | 569f8d6851ea31b594fc5ccbcc11fe79dbdf2fa6 (diff) | |
download | wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.tar.gz wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.tar.zst wallabag-e4788de51ecbf2773a043325965e10eb74b14e8f.zip |
1st implementation of wallabag api, yeah
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 | ||