You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
252 B
11 lines
252 B
2 years ago
|
# 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=
|