Skip to content

Commit

Permalink
Add schranz-search/symfony-bundle config
Browse files Browse the repository at this point in the history
  • Loading branch information
ToshY committed Dec 15, 2023
1 parent 378ce1d commit 2f07e19
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
schranz_search:
schemas:
default:
dir: '%kernel.project_dir%/config/schemas'
engines:
default:
adapter: '%env(SEAL_DSN)%'

Check failure on line 7 in schranz-search/symfony-bundle/0.2/config/packages/schranz_search.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline

Check failure on line 7 in schranz-search/symfony-bundle/0.2/config/packages/schranz_search.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
Empty file.
26 changes: 26 additions & 0 deletions schranz-search/symfony-bundle/0.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"bundles": {
"Schranz\\Search\\Integration\\Symfony\\SearchBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Install one of the following adapters: https://schranz-search.github.io/schranz-search/getting-started/index.html",
"#2": "SEAL_DSN=\"meilisearch://127.0.0.1:7700\"",
"#3": "SEAL_DSN=\"algolia://ALGOLIA_APPLICATION_ID:ALGOLIA_ADMIN_API_KEY\"",
"#4": "SEAL_DSN=\"elasticsearch://127.0.0.1:9200\"",
"#5": "SEAL_DSN=\"opensearch://127.0.0.1:9200\"",
"#6": "SEAL_DSN=\"redisearch://127.0.0.1:6379\"",
"#7": "SEAL_DSN=\"solr://127.0.0.1:8983\"",
"#8": "SEAL_DSN=\"typesense://[email protected]:8108\"",
"SEAL_DSN": "loupe://var/indexes"
},
"add-lines": [
{
"file": ".env.test",
"content": "SEAL_DSN=memory://",
"position": "bottom"
}
]
}

0 comments on commit 2f07e19

Please sign in to comment.