From 22124b2f189f3cee38bb4c8b5cc5273b44011a9c Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Thu, 17 Jun 2021 12:04:02 +0000
Subject: [PATCH] Remove duplicate value

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

diff --git a/morph/grid/testing/config.json b/morph/grid/testing/config.json
index f5aed85f..a44b465f 100644
--- a/morph/grid/testing/config.json
+++ b/morph/grid/testing/config.json
@@ -1,9 +1,8 @@
 { "publicStoragePort": 8898
 , "ristrettoSigningKeyPath": "./secrets/ristretto.signing-key"
-, "stripeSecretKeyPath": "./secrets/privatestorageio-testing-stripe.secret"
+, "stripeSecretKeyPath": "./secrets/stripe.secret"
 , "monitoringvpnKeyDir": "./secrets/monitoringvpn"
 , "monitoringvpnEndpoint": "monitoring.privatestorage-staging.com:51820"
-, "stripeSecretKeyPath": "./secrets/stripe.secret"
 , "passValue": 1000000
 , "issuerDomains": [
     "payments.privatestorage-staging.com"
-- 
GitLab