Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 2 additions & 4 deletions resources/platformsh/common/4.6/.platform/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ rediscache:
# collection1:
# core: collection1

# If you wish to use elasticsearch, uncomment this service and the corresponding relationship in .platform.app.yaml.
#elasticsearch:
# type: elasticsearch:7.7
# disk: 512
# If you wish to use elasticsearch, uncomment the corresponding relationship in .platform.app.yaml
# and see documentation on how to define ES service: https://docs.upsun.com/add-services/elasticsearch.html

# Due to logic in app/config/env/platformsh.php, do not change the service name to something different than 'varnish'
varnish:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ solrsearch:
collection1:
core: collection1

# If you wish to use elasticsearch, uncomment this service and the corresponding relationship in .platform.app.yaml.
#elasticsearch:
# type: elasticsearch:7.7
# disk: 512
# If you wish to use elasticsearch, uncomment the corresponding relationship in .platform.app.yaml
# and see documentation on how to define ES service: https://docs.upsun.com/add-services/elasticsearch.html

# Due to logic in Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension, do not change the service name to something different from 'varnish'
varnish:
Expand Down
Loading