mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GOOGLE_API_KEY": "",
|
|
"GOOGLE_CLIENT_ID": "",
|
|
"GOOGLE_CLIENT_SECRET": "",
|
|
"GOOGLE_AUTH_CONFIG": "%kernel.project_dir%/path/to/file.json"
|
|
}
|
|
}
|