mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
Init
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://dragons:stash@localhost:5432/dragonsstash?schema=public"
|
||||
|
||||
# Auth.js
|
||||
AUTH_SECRET="generate-with-openssl-rand-base64-32"
|
||||
AUTH_TRUST_HOST=true
|
||||
|
||||
# GitHub OAuth (optional)
|
||||
AUTH_GITHUB_ID=""
|
||||
AUTH_GITHUB_SECRET=""
|
||||
|
||||
# App
|
||||
NEXT_PUBLIC_APP_URL="http://localhost:3000"
|
||||
Reference in New Issue
Block a user