mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
- Fix redirects to /login for auth required pages - Add handling for 401/429 + No connection responses in API calls - Add background workers for Go (clear out password resets) - Fixed timezone issues
22 lines
271 B
Text
22 lines
271 B
Text
MYSQL_HOST=
|
|
MYSQL_USER=
|
|
MYSQL_PASS=
|
|
MYSQL_DB=
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
REDIS_DB=
|
|
REDIS_PREFIX="gs:"
|
|
REDIS_AUTH=""
|
|
|
|
JWT_SECRET=
|
|
JWT_EXPIRY=86400
|
|
|
|
REVERSE_PROXIES=127.0.0.1
|
|
PORT=42069
|
|
|
|
SENDGRID_API_KEY=
|
|
MAIL_FROM_ADDRESS=
|
|
MAIL_FROM_NAME=
|
|
|
|
GOSCROBBLE_DOMAIN=""
|