mopidy-funkwhale/mopidy_funkwhale/ext.conf

12 lines
401 B
Plaintext
Raw Normal View History

2018-10-03 18:58:50 +02:00
[funkwhale]
enabled = true
2018-10-03 22:40:14 +02:00
# URL of your funkwhale instance
2018-10-03 18:58:50 +02:00
url = https://demo.funkwhale.audio
2018-10-03 22:40:14 +02:00
# Username to use when authenticating (leave empty fo anonymous access)
2018-10-03 18:58:50 +02:00
username = demo
2018-10-03 22:40:14 +02:00
# Password to use when authenticating (leave empty fo anonymous access)
2018-10-03 18:58:50 +02:00
password = demo
2018-10-05 00:06:09 +02:00
# duration of cache entries before they are removed, in seconds
# 0 to cache forever, empty to disable cache
cache_duration = 600