Added Stripe appsettings

This commit is contained in:
Nick Beckley 2026-06-07 14:31:08 +01:00
parent 10fe153d6c
commit 300bdcdca1

View File

@ -11,6 +11,11 @@
"FromAddress": "",
"FromName": "PlotWeaver Studio"
},
"Stripe": {
"PublishableKey": "",
"SecretKey": "",
"WebhookSecret": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",