mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-02 06:02:19 +00:00
0.1.2
- Add docker-compose file for local dev - Implemented top listeners for artist/album endpoints to match track - Add recent endpoint
This commit is contained in:
parent
73bfa838ae
commit
3698c0b436
17 changed files with 398 additions and 35 deletions
29
.env.production
Normal file
29
.env.production
Normal file
|
@ -0,0 +1,29 @@
|
|||
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=1800
|
||||
REFRESH_EXPIRY=604800
|
||||
|
||||
REVERSE_PROXIES=127.0.0.1
|
||||
PORT=42069
|
||||
|
||||
SENDGRID_API_KEY=
|
||||
MAIL_FROM_ADDRESS=
|
||||
MAIL_FROM_NAME=
|
||||
|
||||
DEV_MODE=false
|
||||
|
||||
GOSCROBBLE_DOMAIN=""
|
||||
|
||||
DATA_DIRECTORY="/var/www/goscrobble-data"
|
||||
FRONTEND_DIRECTORY="/var/www/goscrobble-web"
|
||||
API_DOCS_DIRECTORY="/var/www/goscrobble-api/docs/api/build"
|
Loading…
Add table
Add a link
Reference in a new issue