mirror of
https://github.com/sphildreth/roadie
synced 2024-11-22 12:13:10 +00:00
54 lines
No EOL
1.6 KiB
JSON
54 lines
No EOL
1.6 KiB
JSON
{
|
|
"urls": "http://localhost:5123",
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"Console": {
|
|
"LogLevel": {
|
|
"Microsoft.AspNetCore.Mvc.Razor.Internal": "Warning",
|
|
"Microsoft.AspNetCore.Mvc.Razor.Razor": "Debug",
|
|
"Microsoft.AspNetCore.Mvc.Razor": "Error",
|
|
"Default": "Trace"
|
|
}
|
|
},
|
|
"LogLevel": {
|
|
"Information": "Debug"
|
|
}
|
|
},
|
|
"Tokens": {
|
|
"PrivateKey": "!1232bcdb4bebc80a0d080883d6deefuxlsh8bfc920c2a8cskeuxd8349sk412aa785662e594b4df48cb46aa3c652b40b3#",
|
|
"PublicKey": "91i4874y24134E50sz7dges68AB08",
|
|
"Lifetime": "86400",
|
|
"Issuer": "http://localhost:5123",
|
|
"Audience": "http://localhost:5500"
|
|
},
|
|
"ConnectionStrings": {
|
|
"RoadieDatabaseConnection": "server=voyager;userid=Roadie;password=MenAtW0rk668;persistsecurityinfo=True;database=Roadie;ConvertZeroDateTime=true"
|
|
},
|
|
"Settings": {
|
|
"SecretKey": "a9kf^!y@rd-ci0&7l#da6ko$(l@_$9(y^r^a@2j+8!7zpk!zw88wi069",
|
|
"SiteName": "Roadie",
|
|
"InboundFolder": "Z:/incoming/",
|
|
"LibraryFolder": "Z:/library/",
|
|
"SingleArtistHoldingFolder": "Z:/single_holding/",
|
|
"ArtistNameReplace": {
|
|
"AC/DC": [ "AC; DC", "AC;DC", "AC/ DC", "AC DC" ],
|
|
"Love/Hate": [ "Love; Hate", "Love;Hate", "Love/ Hate", "Love Hate" ]
|
|
},
|
|
"ApiKeys": [
|
|
{
|
|
"ApiName": "BingImageSearch",
|
|
"Key": "<KEY HERE>"
|
|
},
|
|
{
|
|
"ApiName": "LastFMApiKey",
|
|
"Key": "<KEY HERE>",
|
|
"KeySecret": "<SECRET HERE>"
|
|
},
|
|
{
|
|
"ApiName": "DiscogsConsumerKey",
|
|
"Key": "<KEY HERE>",
|
|
"KeySecret": "<SECRET HERE>"
|
|
}
|
|
]
|
|
}
|
|
} |