Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into update-8
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Oct 17, 2023
2 parents 8e24213 + e831952 commit d9c8576
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 140 deletions.
16 changes: 16 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
GITHUB_CLIENT_ID=toBeChanged
GITHUB_CLIENT_SECRET=toBeChanged

BASE_URL=localhost:3000
# Generate with "openssl rand -hex 32"
NEXTAUTH_SECRET=toBeChanged

USE_LOCAL_DB=false

# Planetscale DB connection settings
DATABASE_HOST=toBeChanged
DATABASE_USERNAME=toBeChanged
DATABASE_PASSWORD=toBeChanged
DATABASE_NAME=toBeChanged

REACT_EDITOR=code
Loading

0 comments on commit d9c8576

Please sign in to comment.