Initial commit

This commit is contained in:
2023-01-04 17:55:18 -05:00
commit ece9a68165
29 changed files with 3191 additions and 0 deletions

5
vrobbler.conf.example Normal file
View File

@ -0,0 +1,5 @@
# You can use this file to set environment variables for your local setup
#
VROBBLER_MEDIA_ROOT="/media"
VROBBLER_DATABASE_URL="postgres://USER:PASSWORD@HOST:PORT/NAME"
VROBBLER_JSON_LOGGING=True