diff --git a/.drone.yml b/.drone.yml index 54fa196..0819de6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: python:3.10.4 commands: # Install dependencies - - cp vrobbler.conf.example vrobbler.conf + - cp vrobbler.conf.test vrobbler.conf - pip install poetry - poetry install # Start with a fresh database (which is already running as a service from Drone) @@ -27,7 +27,7 @@ steps: image: python:3.10.4 commands: # Install dependencies - - cp vrobbler.conf.example vrobbler.conf + - cp vrobbler.conf.test vrobbler.conf - pip install poetry - poetry install # Start with a fresh database (which is already running as a service from Drone) diff --git a/vrobbler.conf.test b/vrobbler.conf.test new file mode 100644 index 0000000..9e85630 --- /dev/null +++ b/vrobbler.conf.test @@ -0,0 +1,8 @@ +# Local configuration for Emus + +VROBBLER_DUMP_REQUEST_DATA=True +VROBBLER_LOG_TO_CONSOLE=True +VROBBLER_DEBUG=True +VROBBLER_LOG_LEVEL="DEBUG" +VROBBLER_MEDIA_ROOT = "/tmp/media/" +VROBBLER_KEEP_DETAILED_SCROBBLE_LOGS=True