mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2026-09-17 09:53:21 +07:00
feat: initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# App
|
||||
HOST=
|
||||
PORT=
|
||||
|
||||
# Database
|
||||
DATABASE_PATH=
|
||||
|
||||
# Auth
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_SECRET_KEY=
|
||||
JWT_SECRET=supersecretkey
|
||||
|
||||
# Queue Worker
|
||||
QUEUE_CONCURRENCY=1
|
||||
REDIS_HOST=
|
||||
REDIS_PORT=
|
||||
Reference in New Issue
Block a user