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 14, 2023
1 parent 378ce1d commit 77ed2ea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
schranz_search:
schemas:

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

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Indendation must be a multiple of 4 spaces
default:
dir: '%kernel.project_dir%/config/schemas'

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

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Indendation must be a multiple of 4 spaces
engines:

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

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Indendation must be a multiple of 4 spaces
default:
adapter: '%env(SEAL_DSN)%'

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

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Indendation must be a multiple of 4 spaces
Empty file.
18 changes: 18 additions & 0 deletions schranz-search/symfony-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"bundles": {
"Schranz\\Search\\Integration\\Symfony\\SearchBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SEAL_DSN": "loupe://var/indexes"
},
"add-lines": [
{
"file": ".env.test",
"content": "SEAL_DSN=memory://",
"position": "bottom"
}
]
}

0 comments on commit 77ed2ea

Please sign in to comment.