-
-
Save simon-marcus/232492f0392b987b703df42e3146383a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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