Skip to content

Commit

Permalink
Change Pubnet config to PUBLIC for SDP (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
marwen-abid authored Jul 30, 2024
1 parent f782091 commit b685da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stellar-disbursement-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: stellar-disbursement-platform
description: A Helm chart for the Stellar Disbursement Platform Backend (A.K.A. `sdp`)
version: 2.0.2
version: 2.0.3
appVersion: "2.0.0"
type: application
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
data:
# if {{ include "isPubnet" . }} is true, then the network is set to PUBNET, else it's all TESTNET
{{- if eq (include "isPubnet" .) "true" }}
STELLAR_NETWORK_NETWORK: "PUBNET"
STELLAR_NETWORK_NETWORK: "PUBLIC"
STELLAR_NETWORK_NETWORK_PASSPHRASE: "Public Global Stellar Network ; September 2015"
STELLAR_NETWORK_HORIZON_URL: "https://horizon.stellar.org"
{{- else }}
Expand Down

0 comments on commit b685da5

Please sign in to comment.