I have and database of my project configured in another system. And I want to set connection details of another system.
I have tried to set database connection details of .env file which contain another system host, port, database name, username, and password.
DB_HOST=192.168.1.111
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=username
DB_PASSWORD=password