Files
symfony-flex-recipes-contrib/kunstmaan/dashboard-bundle/5.2/manifest.json
T

15 lines
361 B
JSON

{
"bundles": {
"Kunstmaan\\DashboardBundle\\KunstmaanDashboardBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GOOGLE_API_CLIENT_ID": "client_id",
"GOOGLE_API_CLIENT_SECRET": "secret",
"GOOGLE_API_DEV_KEY": "dev_key",
"GOOGLE_API_APP_NAME": "MyDevApp"
}
}