mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-31 14:12:37 +08:00
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
# Prisma
|
|
DATABASE_URL=postgresql://postgres:[PASSWORD]@localhost:5432/postgres
|
|
|
|
# Next Auth
|
|
NEXTAUTH_SECRET=any_string_you_wish
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
|
|
# Next Auth GitHub Provider
|
|
GITHUB_CLIENT_ID=a5164b1943b5413ff2f5
|
|
GITHUB_CLIENT_SECRET=
|