feat: hub console backend — complete API surface

This commit is contained in:
2026-07-04 16:14:12 +05:30
parent c8adaf7815
commit 707323b68c
10 changed files with 1302 additions and 42 deletions

View File

@@ -17,6 +17,13 @@ REDIS_PORT=6379
REDIS_USER=admin
REDIS_PASSWORD=Package@321#
# SMTP Configuration (email OTP verification)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
SMTP_USER=your-email@gmail.com
SMTP_PASSWORD=your-16-char-app-password
SMTP_FROM=your-email@gmail.com
$env:PATH += ";C:\Program Files\Docker\Docker\resources\bin"
>>