Files
symfony-flex-recipes-contrib/mailxpert/apibundle/0.1/manifest.json
T
2017-11-24 07:11:52 -08:00

14 lines
342 B
JSON

{
"bundles": {
"Mailxpert\\APIBundle\\MailxpertAPIBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"MAILXPERT_CLIENT_ID": "mailxpert_client_id_to_replace",
"MAILXPERT_CLIENT_SECRET": "mailxpert_client_secret_to_replace"
}
}