From 300bdcdca1db74f509567b994f70c8d331c53e76 Mon Sep 17 00:00:00 2001 From: Nick Beckley Date: Sun, 7 Jun 2026 14:31:08 +0100 Subject: [PATCH] Added Stripe appsettings --- PlotLine/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PlotLine/appsettings.json b/PlotLine/appsettings.json index 2e91861..c1d782d 100644 --- a/PlotLine/appsettings.json +++ b/PlotLine/appsettings.json @@ -11,6 +11,11 @@ "FromAddress": "", "FromName": "PlotWeaver Studio" }, + "Stripe": { + "PublishableKey": "", + "SecretKey": "", + "WebhookSecret": "" + }, "Logging": { "LogLevel": { "Default": "Information",