a89580ac70
* #102: Moving Models and constants to their own library * #102: Updated sln file * #102: Updated README to include step install migration tool
29 lines
608 B
JSON
29 lines
608 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Auth0": {
|
|
"Domain": "[domain].auth0.com",
|
|
"ApiIdentifier": "https://[identifier]/api",
|
|
"ClientId": "",
|
|
"ClientSecret": ""
|
|
},
|
|
"JWT": {
|
|
"Issuer": "",
|
|
"Audience": "",
|
|
"Secret": "",
|
|
"Subject": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
|
},
|
|
"RootMusicPath": "/music/path/",
|
|
"TemporaryMusicPath": "/music/temp/path/",
|
|
"ArchivePath": "/archive/path/",
|
|
"CoverArtPath": "/cover/art/path/"
|
|
}
|