From 08fb31410d2425f1a9b849e5222ede93dd6ec138 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 26 Nov 2019 16:30:20 -0500
Subject: [PATCH] use the PrivateStorage.io stripe key instead of mine

---
 morph/testing-grid.config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/morph/testing-grid.config.json b/morph/testing-grid.config.json
index 66d7f6af..eca13fe1 100644
--- a/morph/testing-grid.config.json
+++ b/morph/testing-grid.config.json
@@ -1,6 +1,6 @@
 { "publicStoragePort": 8898
 , "ristrettoSigningKeyPath": "../../PrivateStorageSecrets/ristretto.signing-key"
-, "stripeSecretKeyPath": "../../PrivateStorageSecrets/stripe.secret"
+, "stripeSecretKeyPath": "../../PrivateStorageSecrets/privatestorageio-testing-stripe.secret"
 , "issuerDomain": "payments.privatestorage-staging.com"
 , "letsEncryptAdminEmail": "jean-paul@privatestorage.io"
 , "allowedChargeOrigins": [
-- 
GitLab