mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2025-04-28 15:39:31 +07:00
17 lines
176 B
Plaintext
17 lines
176 B
Plaintext
# 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=
|