Merge pull request #666

This commit is contained in:
symfony-flex-server[bot]
2019-05-20 17:19:05 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
# SlackBot Configuration
# Documentation https://github.com/wow-apps/symfony-slack-bot/wiki
wow_apps_slack:
api_url: '%env(WOW_APPS_SLACK_BOT_API_URL)%'
@@ -0,0 +1,11 @@
{
"bundles": {
"WowApps\\SlackBundle\\WowAppsSlackBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WOW_APPS_SLACK_BOT_API_URL": ""
}
}