Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Introduce a configuration that points a public endpoint for the search-host #20

Closed
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 @@ -41,6 +41,7 @@ twig:
sharing_host: '%sharing_host%'
sharing_enabled: '%sharing_enabled%'
search_host: '%search_host%'
search_host_public: '%search_host_public%'
search_index: '%search_index%'
site_title: '%site_title%'
version: '%version%'
Expand Down
1 change: 1 addition & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ parameters:
sharing_enabled: true

search_host: http://127.0.0.1:3010
search_host_public: ~
search_path: /api
search_apikey: 1234567890
search_index: e7df7cd2ca07f4f1ab415d457a6e1c13
Expand Down