added Dockerfile| removed db connection from phpunit
This commit is contained in:
@@ -7,11 +7,11 @@ APP_URL=https://rms.witel.ir
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=localhost
|
||||
DB_HOST=mysql-test
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=rms_test_db
|
||||
DB_USERNAME=root
|
||||
DB_PASSWORD=password
|
||||
DB_PASSWORD=root
|
||||
|
||||
BROADCAST_DRIVER=log
|
||||
CACHE_DRIVER=file
|
||||
|
||||
Reference in New Issue
Block a user