Compare commits
2 Commits
1754633475
...
3de1c9b527
Author | SHA1 | Date | |
---|---|---|---|
3de1c9b527 | |||
34d0659036 |
@ -13,7 +13,7 @@ return [
|
||||
'host' => 'localhost',
|
||||
'database' => 'incoviba3',
|
||||
'username' => 'incoviba',
|
||||
'password' => '5GQYFvRjVw2A4KcD'
|
||||
'password' => $_ENV['MYSQL_PASSWORD']
|
||||
]
|
||||
]
|
||||
?>
|
||||
|
@ -19,6 +19,7 @@ services:
|
||||
container_name: php
|
||||
env_file:
|
||||
- .env
|
||||
- .db.env
|
||||
volumes:
|
||||
- .:/code
|
||||
|
||||
|
Reference in New Issue
Block a user