Open sam-lee-ku opened 1 week ago
Create a .env file in your root project.
The content of the file will look something like this: DB_HOST=localhost DB_PORT=5432 DB_NAME=your_database_name DB_USER=your_user_name DB_PASSWORD=your_password
DB_HOST=localhost DB_PORT=5432 DB_NAME=your_database_name DB_USER=your_user_name DB_PASSWORD=your_password
done
Create a .env file in your root project.
The content of the file will look something like this:
DB_HOST=localhost DB_PORT=5432 DB_NAME=your_database_name DB_USER=your_user_name DB_PASSWORD=your_password