0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Switched on Stripe Connect by default

no-issue

This flags switches off the old API Key UI and replaces it with the new
Stripe Connect flow!
This commit is contained in:
Fabien O'Carroll 2020-06-18 19:05:23 +02:00 committed by Fabien 'egg' O'Carroll
parent a5751341b6
commit 01633470f8

View file

@ -109,5 +109,5 @@
"preloadHeaders": false,
"adminFrameProtection": true,
"sendWelcomeEmail": true,
"stripeDirect": true
"stripeDirect": false
}