Files
symfony-flex-recipes-contrib/tiriel.firestore-odm-bundle.0.2.json
T
github-action[bot]andgithub-action[bot] 2e49408a07 Update Flex endpoint
2024-06-03 11:22:17 +00:00

31 lines
1.1 KiB
JSON

{
"manifests": {
"tiriel/firestore-odm-bundle": {
"manifest": {
"bundles": {
"Tiriel\\FirestoreOdmBundle\\TirielFirestoreOdmBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tiriel.yaml": {
"contents": [
"tiriel_firestore_odm:",
" # Replace the following values by your own",
" project_name: my-project",
" # Can be an env var, a string to a file, or a yaml array with the values from the credentials file",
" service_account: '%kernel.project_dir%/config/secrets/my_project.json'",
""
],
"executable": false
}
},
"ref": "09ff6d65f0dcab09f8b99a73edeafc6aee2f7ec7"
}
}
}