feat: hub console backend — complete API surface
This commit is contained in:
@@ -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"
|
||||
>>
|
||||
|
||||
Reference in New Issue
Block a user