diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..1f4fa25 --- /dev/null +++ b/backend/.env.example @@ -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 \ No newline at end of file