mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2026-09-17 09:53:21 +07:00
feat: migrate db to postgres
This commit is contained in:
+4
-3
@@ -1,14 +1,15 @@
|
||||
# App
|
||||
HOST=
|
||||
PORT=
|
||||
JWT_SECRET=supersecretkey
|
||||
|
||||
# Database
|
||||
DATABASE_PATH=
|
||||
DATABASE_PATH=postgres://postgres:[email protected]:5432/github_leaderboard
|
||||
|
||||
# Auth
|
||||
# Github API
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_SECRET_KEY=
|
||||
JWT_SECRET=supersecretkey
|
||||
GITHUB_DEFAULT_TOKEN=
|
||||
|
||||
# Queue Worker
|
||||
QUEUE_CONCURRENCY=1
|
||||
|
||||
Reference in New Issue
Block a user