From 2e574a2925b7341c5dce3e1640683e53f20f3744 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 6 Feb 2026 06:47:23 -0600 Subject: [PATCH] chore: update example settings file --- src/FiscalOS.API/appsettings.Example.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } }