added Dockerfile| removed db connection from phpunit

This commit is contained in:
Hamidreza Ranjbarpour
2024-08-20 13:50:03 +03:30
parent f1626a9d67
commit 9fecec08cc
3 changed files with 60 additions and 7 deletions

View File

@@ -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