14 lines
263 B
Plaintext
14 lines
263 B
Plaintext
MOPIDY_PLAYLIST_DIR = '/var/lib/mopidy/m3u'
|
|
|
|
MOPIDY_RPC_URL = 'http://127.0.0.1:6680/mopidy/rpc'
|
|
NAVIDROME_URL = 'https://navidrome.example.com'
|
|
|
|
NAVIDROME_USER = ''
|
|
|
|
# Set this one:
|
|
NAVIDROME_PASSWORD = ''
|
|
# or these two:
|
|
SUBSONIC_SALT = ''
|
|
SUBSONIC_TOKEN = ''
|
|
|