mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00

* [resumes][feat] upload pdf file into file storage * [resumes][fix] fix file upload failure * [resumes][chore] update .env.local.example * [resumes][fix] process file transfer over next.js * [resumes][feat] file upload * [resumes][chore] cleanup * [resumes][feat] add GET method for file-storage API * [portal[chore] Update env.example file * [resumes][chore] cleanup * [portal][chore] update yarn lock file
15 lines
297 B
Plaintext
15 lines
297 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=
|
|
|
|
# Supabase
|
|
SUPABASE_URL=
|
|
SUPABASE_ANON_KEY=
|