Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Simplified the parameters.yml file #722

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/config/config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ framework:
profiler: { only_exceptions: false }

web_profiler:
toolbar: "%debug_toolbar%"
intercept_redirects: "%debug_redirects%"
toolbar: true
intercept_redirects: false

monolog:
handlers:
Expand Down Expand Up @@ -42,7 +42,7 @@ monolog:
# level: info

assetic:
use_controller: "%use_assetic_controller%"
use_controller: true

#swiftmailer:
# delivery_address: me@example.com
4 changes: 0 additions & 4 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,3 @@ parameters:

# A secret key that's used to generate certain security-related tokens
secret: ThisTokenIsNotSoSecretChangeIt

debug_toolbar: true
debug_redirects: false
use_assetic_controller: true