12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
# You can use this file to set environment variables for your local setup
|
|
#
|
|
VROBBLER_DEBUG=True
|
|
VROBBLER_JSON_LOGGING=True
|
|
VROBBLER_LOG_LEVEL="DEBUG"
|
|
VROBBLER_MEDIA_ROOT = "/media/"
|
|
VROBBLER_TMDB_API_KEY = "KEY"
|
|
VROBBLER_KEEP_DETAILED_SCROBBLE_LOGS=True
|
|
|
|
VROBBLER_DATABASE_URL="postgres://USER:PASSWORD@HOST:PORT/NAME"
|
|
VROBBLER_REDIS_URL="redis://:PASS@HOST:6379/0"
|