This commit is contained in:
Alexey Samara
2017-12-22 16:43:57 +02:00
parent a2baf461ce
commit 8e1e3b5d56
2 changed files with 12 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,8 @@
{
"bundles": {
"WowApps\\SlackBundle\\WowAppsSlackBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}