feat: initial commit

This commit is contained in:
2024-08-08 06:07:30 +07:00
commit 8f286de718
56 changed files with 6343 additions and 0 deletions
+16
View File
@@ -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=