Files
temfut/.env.example

11 lines
221 B
Plaintext

# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/temfut?schema=public"
# NextAuth
NEXTAUTH_URL="http://temfut.localhost"
NEXTAUTH_SECRET="your-secret-here"
# App
PORT=3000
SKIP_ENV_VALIDATION=true