Add a test conf file
This commit is contained in:
@ -12,7 +12,7 @@ steps:
|
|||||||
image: python:3.10.4
|
image: python:3.10.4
|
||||||
commands:
|
commands:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- cp vrobbler.conf.example vrobbler.conf
|
- cp vrobbler.conf.test vrobbler.conf
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
# Start with a fresh database (which is already running as a service from Drone)
|
# Start with a fresh database (which is already running as a service from Drone)
|
||||||
@ -27,7 +27,7 @@ steps:
|
|||||||
image: python:3.10.4
|
image: python:3.10.4
|
||||||
commands:
|
commands:
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- cp vrobbler.conf.example vrobbler.conf
|
- cp vrobbler.conf.test vrobbler.conf
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
# Start with a fresh database (which is already running as a service from Drone)
|
# Start with a fresh database (which is already running as a service from Drone)
|
||||||
|
|||||||
8
vrobbler.conf.test
Normal file
8
vrobbler.conf.test
Normal file
@ -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
|
||||||
Reference in New Issue
Block a user