This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nextjs-auth0/.env.example
2024-06-26 18:49:28 +02:00

10 lines
392 B
Plaintext

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
DATABASE_URL_NON_POOLING=postgresql://postgres:postgres@localhost:5432/postgres
EMAIL_SERVER=smtp://user:password@smtp.example.com
EMAIL_FROM=noreply@example.com
AUTH0_SECRET=somerandomstringtouseasasecret
AUTH0_BASE_URL=http://localhost:3000
AUTH0_CLIENT_ID=""
AUTH0_CLIENT_SECRET=""
AUTH0_DOMAIN=""
AUTH0_API_SECRET_KEY=""