From 823ba4dc5a3e0925bb8549f950cb1caaf8ef9cc4 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:45:56 -0600 Subject: [PATCH] chore: update example appsettings file --- src/FiscalOS.API/appsettings.Example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FiscalOS.API/appsettings.Example.json b/src/FiscalOS.API/appsettings.Example.json index 7b646f7..e552a7a 100644 --- a/src/FiscalOS.API/appsettings.Example.json +++ b/src/FiscalOS.API/appsettings.Example.json @@ -19,7 +19,7 @@ "KeysDirectoryPath": "KeysDirectoryPath", "PrimaryKeyId": "PrimaryKeyId" }, - "PlaidOptions": { + "PlaidClientOptions": { "ClientId": "ClientId", "Secret": "Secret" }