Skip to content

Commit

Permalink
fix configuration storage config (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed May 8, 2023
1 parent 5cc1e76 commit b3c47b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/20_Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ Details also see [Pimcore Docs](https://pimcore.com/docs/pimcore/current/Develop
pimcore_data_hub:
config_location:
data_hub:
target: 'symfony-config'
options:
directory: '/var/www/html/var/config/data_hub'
write_target:
type: 'symfony-config'
options:
directory: '/var/www/html/var/config/data_hub'
```

Additionally, it is also possible to define the configuration directly in a symfony configuration file without using
Expand Down

0 comments on commit b3c47b6

Please sign in to comment.