Skip to content

Commit

Permalink
TIP-890: Fix app configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanvier committed Oct 22, 2018
1 parent 72bc7dd commit 4831a11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/config/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
imports:
- { resource: '@PimEnrichBundle/Resources/config/pim.yml' }
- { resource: '../../vendor/akeneo/pim-community-dev/src/Akeneo/Platform/config/pim.yml' }
- { resource: pim_parameters.yml }
- { resource: parameters.yml }
- { resource: security.yml }
Expand Down Expand Up @@ -56,7 +56,8 @@ swiftmailer:
password: "%mailer_password%"
spool: { type: memory }

pim_reference_data: ~
akeneo_pim_structure:
reference_data: ~

parameters:
pim_ce_dev_src_folder_location: '%kernel.project_dir%/vendor/akeneo/pim-community-dev'

0 comments on commit 4831a11

Please sign in to comment.