File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,18 @@ The project also contains a Discogs image scraper, built in .NET. This is design
33
33
34
34
Configuration is via ` appsettings.json ` or environment variables:
35
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 ` - Consumer Key from [ Discogs Developer Application] [ dcd ] .
39
- * ` Discogs__ConsumerSecret ` - Consumer Secret from [ Discogs Developer Application] [ dcd ] .
36
+ Variable | Description
37
+ -|-
38
+ ` ConnectionStrings__DefaultConnection ` | Connection to a MySQL database, like ` Server=localhost;Database=discoarchive;User=root;Password=password; `
39
+ ` PathSettings__ImagePath ` | Path where the Worker stores to, and the API serves images from.
40
+ ` Discogs__ConsumerKey ` | Consumer Key from [ Discogs Developer Application] [ dcd ] .
41
+ ` Discogs__ConsumerSecret ` | Consumer Secret from [ Discogs Developer Application] [ dcd ] .
42
+
43
+ Environment only:
44
+
45
+ Variable | Description
46
+ -|-
47
+ ` CORS_ALLOWED_ORIGINS ` | CORS restriction policy, optional.
40
48
41
49
Example:
42
50
You can’t perform that action at this time.
0 commit comments