for integration
This commit is contained in:
parent
6ac75efe43
commit
32fc20de98
|
@ -48,8 +48,8 @@ return [
|
|||
'host' => env('DB_HOST', 'db_mysql'),
|
||||
'port' => env('DB_PORT', '3306'),
|
||||
'database' => env('DB_DATABASE', 'unioil-app'),
|
||||
'username' => env('DB_USERNAME', 'root'),
|
||||
'password' => env('DB_PASSWORD', 'secret'),
|
||||
'username' => env('DB_USERNAME', 'rootuser'),
|
||||
'password' => env('DB_PASSWORD', 'password'),
|
||||
'unix_socket' => env('DB_SOCKET', ''),
|
||||
'charset' => env('DB_CHARSET', 'utf8mb4'),
|
||||
'collation' => env('DB_COLLATION', 'utf8mb4_unicode_ci'),
|
||||
|
|
|
@ -29,8 +29,8 @@ services:
|
|||
- DB_HOST=db_mysql
|
||||
- DB_PORT=3306
|
||||
- DB_DATABASE=unioil-app
|
||||
- DB_USERNAME=root
|
||||
- DB_PASSWORD=secret
|
||||
- DB_USERNAME=rootuser
|
||||
- DB_PASSWORD=password
|
||||
|
||||
# Nginx (renamed to avoid conflict)
|
||||
nginx-frontend:
|
||||
|
|
Loading…
Reference in New Issue