Files
payme/.env.example
2026-03-27 19:35:14 +01:00

9 lines
207 B
Plaintext

# App
NODE_ENV=development
PORT=3000
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=replace-with-a-long-random-secret
# Database
DATABASE_URL=postgresql://payme:payme@localhost:5432/payme?schema=public