diff --git a/src/FiscalOS.API/appsettings.Example.json b/src/FiscalOS.API/appsettings.Example.json index 6656980..7b646f7 100644 --- a/src/FiscalOS.API/appsettings.Example.json +++ b/src/FiscalOS.API/appsettings.Example.json @@ -14,5 +14,13 @@ "Issuer": "Issuer", "Secret": "Secret", "ExpiryInMinutes": "ExpiryInMinutes" + }, + "FileKeyRingOptions": { + "KeysDirectoryPath": "KeysDirectoryPath", + "PrimaryKeyId": "PrimaryKeyId" + }, + "PlaidOptions": { + "ClientId": "ClientId", + "Secret": "Secret" } }