Add .env.example file for backend configuration
This commit is contained in:
7
backend/.env.example
Normal file
7
backend/.env.example
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
DATABASE_HOST=localhost
|
||||||
|
DATABASE_PORT=5432
|
||||||
|
DATABASE_USERNAME=postgres
|
||||||
|
DATABASE_PASSWORD=postgres
|
||||||
|
DATABASE_NAME=prism_messenger
|
||||||
|
JWT_SECRET=your-secret-key-change-in-production
|
||||||
|
JWT_EXPIRATION=7d
|
Reference in New Issue
Block a user