diff --git a/appsettings.Development.json b/appsettings.Development.json index c3f8d67..827e74a 100644 --- a/appsettings.Development.json +++ b/appsettings.Development.json @@ -9,13 +9,14 @@ "Auth0": { "Domain": "[domain].auth0.com", "ApiIdentifier": "https://[identifier]/api", - "ClientId":"", - "ClientSecret":"" + "ClientId": "", + "ClientSecret": "" }, "ConnectionStrings": { "DefaultConnection": "Server=;Database=;Uid=;Pwd=;" }, "RootMusicPath": "/music/path/", "TemporaryMusicPath": "/music/temp/path/", - "ArchivePath": "/archive/path/" + "ArchivePath": "/archive/path/", + "CoverArtPath": "/cover/art/path/" } diff --git a/appsettings.json b/appsettings.json index 9f29fea..bd1b862 100644 --- a/appsettings.json +++ b/appsettings.json @@ -9,13 +9,14 @@ "Auth0": { "Domain": "[domain].auth0.com", "ApiIdentifier": "https://[identifier]/api", - "ClientId":"", - "ClientSecret":"" + "ClientId": "", + "ClientSecret": "" }, "ConnectionStrings": { "DefaultConnection": "Server=;Database=;Uid=;Pwd=;" }, "RootMusicPath": "/music/path/", "TemporaryMusicPath": "/music/temp/path/", - "ArchivePath": "/archive/path/" + "ArchivePath": "/archive/path/", + "CoverArtPath": "/cover/art/path/" }