Start on project with the connection services and first command to list databases

This commit is contained in:
Tim
2021-09-19 11:00:41 +02:00
parent 5e2bc3505f
commit 2fd43ed717
7 changed files with 161 additions and 59 deletions

View File

@ -23,3 +23,9 @@ services:
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
App\Service\MysqliConnection:
arguments:
$hostname: '%env(string:DATABASE_HOSTNAME)%'
$user: '%env(string:DATABASE_USER)%'
$password: '%env(DATABASE_PASSWORD)%'