We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44a327 commit 1ae0ed8Copy full SHA for 1ae0ed8
README.md
@@ -35,8 +35,8 @@ Configuration is via `appsettings.json` or environment variables:
35
36
* `ConnectionStrings__DefaultConnection` - Connection to a MySQL database, like `Server=localhost;Database=discoarchive;User=root;Password=password;`
37
* `PathSettings__ImagePath` - Path where the Worker stores to, and the API serves images from.
38
-* `Discogs__ConsumerKey` - Key value from [Discogs Developer Application][dcd].
39
+* `Discogs__ConsumerKey` - Consumer Key from [Discogs Developer Application][dcd].
+* `Discogs__ConsumerSecret` - Consumer Secret from [Discogs Developer Application][dcd].
40
41
Example:
42
0 commit comments