You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helmchart/sdp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ These parameters are shared by all charts.
168
168
|`global.singleTenantMode`| Determines if the SDP service is running in single-tenant mode. |`false`|
169
169
|`global.distributionPublicKey`| The public key of the HOST's Stellar distribution account, used to create channel accounts. |`nil`|
170
170
|`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`|
172
172
|`global.sep10PrivateKey`| The public key of the Stellar account that signs the SEP-10 transactions. It's also used to sign URLs. |`nil`|
173
173
|`global.recaptchaSiteKey`| Site key for ReCaptcha V2 to verify user's non-robotic behavior. Default value is for testing. |`6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI`|
174
174
|`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
213
213
|`sdp.configMap.annotations`| Annotations to be added to the ConfigMap. |`nil`|
214
214
|`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. ||
215
215
|`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.||
217
217
|`sdp.configMap.data.RECAPTCHA_SITE_KEY`| Site key for ReCaptcha. Required if using ReCaptcha. ||
218
218
|`sdp.configMap.data.INSTANCE_NAME`| The name of the SDP instance. Example: "SDP Testnet". |`SDP Testnet`|
219
219
|`sdp.configMap.data.CRASH_TRACKER_TYPE`| Determines the type of crash tracker in use. Options: "DRY_RUN", "SENTRY". |`DRY_RUN`|
0 commit comments