Merge branch 'develop'

This commit is contained in:
2022-03-07 18:28:27 -03:00
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ return [
'host' => 'localhost',
'database' => 'incoviba3',
'username' => 'incoviba',
'password' => '5GQYFvRjVw2A4KcD'
'password' => $_ENV['MYSQL_PASSWORD']
]
]
?>

View File

@ -19,6 +19,7 @@ services:
container_name: php
env_file:
- .env
- .db.env
volumes:
- .:/code