mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
6 lines
276 B
YAML
6 lines
276 B
YAML
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'
|