Add configuration

This commit is contained in:
Reyo Stallenberg
2020-06-29 15:57:25 +02:00
parent 7857ada848
commit 7a8e389dcd
2 changed files with 5 additions and 0 deletions
@@ -0,0 +1,2 @@
connectholland_uptime_robot:
api_key: '%env(string:UPTIMEROBOT_API_KEY)%'
@@ -2,6 +2,9 @@
"bundles": {
"ConnectHolland\\UptimeRobotBundle\\ConnecthollandUptimeRobotBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"UPTIMEROBOT_API_KEY": "api_key"
}