You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
394 B
17 lines
394 B
[http]
|
|
domain = "domain at which your instance lives here"
|
|
address = "::1"
|
|
port = 3000
|
|
|
|
[redis]
|
|
url = "redis://localhost"
|
|
cache_duration = 7200 # In seconds
|
|
|
|
# Get your Spotify credentials from https://developer.spotify.com/dashboard
|
|
[spotify]
|
|
client_id = "client ID here"
|
|
client_secret = "client secret here"
|
|
|
|
[bandcamp]
|
|
releases_limit = 10 # Maximum number of releases to fetch from Bandcamp
|