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

[config] add ide parameter. #794

Closed
wants to merge 1 commit 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
1 change: 1 addition & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ framework:
handler_id: ~
fragments: ~
http_method_override: true
ide: "%ide%"

# Twig Configuration
twig:
Expand Down
3 changes: 2 additions & 1 deletion app/config/config_prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
imports:
- { resource: config.yml }

#framework:
framework:
ide: ~
# validation:
# cache: apc

Expand Down
3 changes: 3 additions & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ parameters:

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

# http://symfony.com/doc/current/reference/configuration/framework.html#ide
ide: ~