Files
engel/.env.example
2026-04-21 07:37:18 +03:30

4 lines
164 B
Plaintext

DATABASE_URL="postgresql://postgres:postgres@localhost:5432/academy_engel"
NEXTAUTH_SECRET="replace-with-a-long-random-secret"
NEXTAUTH_URL="http://localhost:3000"