Added reciep for version 4.0

This commit is contained in:
Alexey Samara
2019-05-13 20:57:42 +03:00
parent d529b382d4
commit 5141d7ff4e
2 changed files with 15 additions and 0 deletions

View File

@@ -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)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"WowApps\\SlackBundle\\WowAppsSlackBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WOW_APPS_SLACK_BOT_API_URL": ""
}
}