From bfaae300fc12619243083ef73e3bbcf5139781f3 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 31 Aug 2019 20:28:50 +0300 Subject: [PATCH] chore(core): add comments for flextype/config/settings.yaml #186 --- flextype/config/settings.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/flextype/config/settings.yaml b/flextype/config/settings.yaml index 2f8cfb47..ae7b50fa 100644 --- a/flextype/config/settings.yaml +++ b/flextype/config/settings.yaml @@ -125,15 +125,24 @@ admin_panel: whoops: editor: atom page_title: Error! + display_error_details: true + add_content_length_header: true + router_cache_file: false + determine_route_before_app_middleware: false + output_buffering: append + response_chunk_size: 4096 + http_version: '1.1' + twig: auto_reload: true + slugify: separator: "-" lowercase: true @@ -141,5 +150,6 @@ slugify: regexp: "/[^A-Za-z0-9]+/" lowercase_after_regexp: false strip_tags: false + image: driver: gd