Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-18 14:23:08 +00:00
parent 6f6c534091
commit dbb8c4e970
4 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [nella/monolog-tracy-bundle](https://packagist.org/packages/nella/monolog-tracy-bundle) | [2.0](nella/monolog-tracy-bundle/2.0) |
| [nelmio/api-doc-bundle](https://packagist.org/packages/nelmio/api-doc-bundle) | [3.0](nelmio/api-doc-bundle/3.0) |
| [nelmio/solarium-bundle](https://packagist.org/packages/nelmio/solarium-bundle) | [5.0](nelmio/solarium-bundle/5.0) |
| [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [0.4](neo4j/neo4j-bundle/0.4) |
| [neo4j/neo4j-bundle](https://packagist.org/packages/neo4j/neo4j-bundle) | [1.0](neo4j/neo4j-bundle/1.0) |
| [netbull/security-bundle](https://packagist.org/packages/netbull/security-bundle) | [1.0](netbull/security-bundle/1.0) |
| [netgen/content-browser](https://packagist.org/packages/netgen/content-browser) | [1.0](netgen/content-browser/1.0) |
| [netgen/layouts-core](https://packagist.org/packages/netgen/layouts-core) | [1.0](netgen/layouts-core/1.0) |
@@ -0,0 +1,32 @@
{
"manifests": {
"neo4j/neo4j-bundle": {
"manifest": {
"bundles": {
"Neo4j\\Neo4jBundle\\Neo4jBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://<my-username>:<my-password>@localhost"
}
},
"files": {
"config/packages/neo4j.yaml": {
"contents": [
"neo4j:",
" drivers:",
" default:",
" dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'",
""
],
"executable": false
}
},
"ref": "4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5"
}
}
}
+2 -1
View File
@@ -1256,7 +1256,8 @@
"5.0"
],
"neo4j/neo4j-bundle": [
"0.4"
"0.4",
"1.0"
],
"netbull/security-bundle": [
"1.0"
+32
View File
@@ -0,0 +1,32 @@
{
"manifests": {
"neo4j/neo4j-bundle": {
"manifest": {
"bundles": {
"Neo4j\\Neo4jBundle\\Neo4jBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"NEO4J_DEFAULT_CONNECTION_DSN": "neo4j://<my-username>:<my-password>@localhost"
}
},
"files": {
"config/packages/neo4j.yaml": {
"contents": [
"neo4j:",
" drivers:",
" default:",
" dsn: '%env(resolve:NEO4J_DEFAULT_CONNECTION_DSN)%'",
""
],
"executable": false
}
},
"ref": "4c07d5b2ffd4615fd5e312b51c55c0e7605e83e5"
}
}
}