Skip to content

Commit 5b113b3

Browse files
committed
Fix Readme
1 parent 4a01526 commit 5b113b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helmchart/sdp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ These parameters are shared by all charts.
168168
| `global.singleTenantMode` | Determines if the SDP service is running in single-tenant mode. | `false` |
169169
| `global.distributionPublicKey` | The public key of the HOST's Stellar distribution account, used to create channel accounts. | `nil` |
170170
| `global.distributionPrivateKey` | The private key of the root Stellar distribution account | `nil` |
171-
| `global.sep10PublicKey` | platform SEP10 signing public key. | `nil` |
171+
| `global.sep10PublicKey` | SEP10 signing public key. | `nil` |
172172
| `global.sep10PrivateKey` | The public key of the Stellar account that signs the SEP-10 transactions. It's also used to sign URLs. | `nil` |
173173
| `global.recaptchaSiteKey` | Site key for ReCaptcha V2 to verify user's non-robotic behavior. Default value is for testing. | `6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI` |
174174
| `global.recaptchaSiteSecretKey` | Secret key for ReCaptcha V2 to verify user's non-robotic behavior. Default value is for testing. | `6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe` |
@@ -213,7 +213,7 @@ Configuration parameters for the SDP Core Service which is the core backend serv
213213
| `sdp.configMap.annotations` | Annotations to be added to the ConfigMap. | `nil` |
214214
| `sdp.configMap.data` | Used to inject non-sensitive environment variables into the SDP deployment; for the latest variables, consult the application's CLI `-h` command. | |
215215
| `sdp.configMap.data.DISTRIBUTION_PUBLIC_KEY` | The public key of the HOST's Stellar distribution account, used to create channel accounts. Required if global.distributionPublicKey not set. | |
216-
| `sdp.configMap.data.SEP10_SIGNING_PUBLIC_KEY` | platform SEP10 signing public key. Required if global.sep10PublicKey not set. | |
216+
| `sdp.configMap.data.SEP10_SIGNING_PUBLIC_KEY` | SEP10 signing public key. Required if global.sep10PublicKey not set. | |
217217
| `sdp.configMap.data.RECAPTCHA_SITE_KEY` | Site key for ReCaptcha. Required if using ReCaptcha. | |
218218
| `sdp.configMap.data.INSTANCE_NAME` | The name of the SDP instance. Example: "SDP Testnet". | `SDP Testnet` |
219219
| `sdp.configMap.data.CRASH_TRACKER_TYPE` | Determines the type of crash tracker in use. Options: "DRY_RUN", "SENTRY". | `DRY_RUN` |

0 commit comments

Comments
 (0)