server/.env.example
2024-05-03 21:44:53 +02:00

3 lines
120 B
Plaintext

SERVER_PORT=3000
JWT_SECRET=secret
#DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"