init
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Drizzle
|
||||
DATABASE_URL="postgres://root:mysecretpassword@localhost:5432/local"
|
||||
|
||||
ORIGIN=""
|
||||
|
||||
# Better Auth
|
||||
# For production use 32 characters and generated with high entropy
|
||||
# https://www.better-auth.com/docs/installation
|
||||
BETTER_AUTH_SECRET=""
|
||||
# GitHub OAuth
|
||||
# https://www.better-auth.com/docs/authentication/github
|
||||
GITHUB_CLIENT_ID=""
|
||||
GITHUB_CLIENT_SECRET=""
|
||||
Reference in New Issue
Block a user