diff --git a/AvroToJson/ComponentTest/appsettings.json b/AvroToJson/ComponentTest/appsettings.json index 41f39130..5880121c 100644 --- a/AvroToJson/ComponentTest/appsettings.json +++ b/AvroToJson/ComponentTest/appsettings.json @@ -10,9 +10,9 @@ "Scope": "kafka" } }, - "SchemaRegistry": { + "SchemaRegistry":{ "Url": "localhost:8081/apis/ccompat/v7", - "OAuth2": { + "OAuth2":{ "ClientId": "default-access", "ClientSecret": "default-access-secret", "TokenEndpoint": "http://localhost:1852/realms/local-development/protocol/openid-connect/token ",