Replace USE_OPENPIPE with OPENPIPE_API_KEY

This commit is contained in:
David Corbitt
2023-08-08 13:57:10 -07:00
parent 5dd7e67396
commit 72e680e77c
3 changed files with 6 additions and 3 deletions

View File

@@ -31,3 +31,6 @@ NEXT_PUBLIC_HOST="http://localhost:3000"
# Next Auth Github Provider
GITHUB_CLIENT_ID="your_client_id"
GITHUB_CLIENT_SECRET="your_secret"
OPENPIPE_BASE_URL="http://localhost:3000/api"
OPENPIPE_API_KEY="your_key"