{ "Database": { "ConnectionString": "Host=localhost;Port=5432;Username=postgres;Password=password;Database=fmbot;Command Timeout=60;Timeout=60;Persist Security Info=True" }, "Logging": { "SeqServerUrl": "http://localhost:5341" }, "Bot": { "Prefix": ".", "BotWarmupTimeInSeconds": 15, "BaseServerId": 0, "FeaturedChannelId": 0, "FeaturedPreviewWebhookUrl": "CHANGE-ME-WEBHOOK-URL", "FeaturedTimerStartupDelayInSeconds": 20, "MainInstance": true, "FeaturedMaster": true }, "Discord": { "BotUserId": 0, "Token": "CHANGE-ME-DISCORD-TOKEN" }, "LastFm": { "PrivateKey": "CHANGE-ME-LASTFM-API-KEY", "PublicKey": "CHANGE-ME-LASTFM-API-KEY", "PublicKeySecret": "CHANGE-ME-LASTFM-API-SECRET", "UserUpdateFrequencyInHours": 24, "UserIndexFrequencyInDays": 120 }, "Genius": {}, "Spotify": {}, "Discogs": {}, "Environment": "local" }
seeems like this would satisfy configs/config.json, im trying to run the docker image from your repo. just wondering how a spotify client would look like, aswelll as genius and discogs..