4 lines
164 B
Plaintext
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"
|