Skip to content

Commit 48bd84a

Browse files
authored
Update README.md
1 parent 7da3555 commit 48bd84a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,18 @@ The project also contains a Discogs image scraper, built in .NET. This is design
3333

3434
Configuration is via `appsettings.json` or environment variables:
3535

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.
4048

4149
Example:
4250

0 commit comments

Comments
 (0)