Skip to content

Instantly share code, notes, and snippets.

@simon-marcus
Created April 14, 2023 04:25
Show Gist options
  • Save simon-marcus/232492f0392b987b703df42e3146383a to your computer and use it in GitHub Desktop.
Save simon-marcus/232492f0392b987b703df42e3146383a to your computer and use it in GitHub Desktop.
# Deployment Environment:
NODE_ENV=development
# Next Auth config:
# Generate a secret with `openssl rand -base64 32`
NEXTAUTH_SECRET=changeme
NEXTAUTH_URL=http://localhost:3000
DATABASE_URL=file:./db.sqlite
# Your open api key
OPENAI_API_KEY=changeme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment