Skip to content

Commit

Permalink
Add filesystem configuration for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Aug 11, 2017
1 parent e44cb5a commit ca74c21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/config/aimeos_shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ resource:
adapter: Standard
basedir: "%kernel.root_dir%/../web/uploads"
tempdir: "%kernel.cache_dir%"
fs-import:
adapter: Standard
basedir: "%kernel.cache_dir%/../import"
tempdir: "%kernel.cache_dir%"
fs-secure:
adapter: Standard
basedir: "%kernel.root_dir%/secure"
Expand Down

0 comments on commit ca74c21

Please sign in to comment.