mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 08:25:14 +00:00
Daniel Mason
fd615102a8
- Fixed looking up invalid profiles - Added valid error handling to bad request && rate limiting - Add Sendgrid library (Will add SMTP later) - Complete password reset process
25 lines
289 B
Plaintext
25 lines
289 B
Plaintext
MYSQL_HOST=
|
|
MYSQL_USER=
|
|
MYSQL_PASS=
|
|
MYSQL_DB=
|
|
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6379
|
|
REDIS_DB=
|
|
REDIS_PREFIX="gs:"
|
|
REDIS_AUTH=""
|
|
|
|
TIMEZONE=Etc/UTC
|
|
|
|
JWT_SECRET=
|
|
JWT_EXPIRY=86400
|
|
|
|
REVERSE_PROXIES=127.0.0.1
|
|
PORT=42069
|
|
|
|
SENDGRID_API_KEY=
|
|
MAIL_FROM_ADDRESS=
|
|
MAIL_FROM_NAME=
|
|
|
|
GOSCROBBLE_DOMAIN=""
|