mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 19:14:09 +02:00
[DiscogsBridge] Add optional image, if personal access token is configured (#3083)
This commit is contained in:
@@ -93,3 +93,13 @@ file = "cache.sqlite"
|
||||
[MemcachedCache]
|
||||
host = "localhost"
|
||||
port = 11211
|
||||
|
||||
; --- Bridge specific configuration ------
|
||||
|
||||
[DiscogsBridge]
|
||||
|
||||
; Sets the personal access token for interactions with Discogs. When
|
||||
; provided, images can be included in generated feeds.
|
||||
;
|
||||
; "" = no token used (default)
|
||||
personal_access_token = ""
|
||||
|
Reference in New Issue
Block a user