File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/anchor-platform/sep-service Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ maintainers:
77sources :
88 - https://github.com/stellar/java-stellar-anchor-sdk
99name : sep
10- version : 0.3.91
10+ version : 0.3.92
Original file line number Diff line number Diff line change 6666 assets: {{ .Values.stellar.app_config.app.assets | default "assets-test.json" }}
6767 jwtSecretKey: {{ .Values.stellar.app_config.app.jwtSecretKey | default "${JWT_SECRET}" }}
6868 integration-auth:
69- authType: JWT_TOKEN
69+ authType: {{ .Values.stellar.app_config.app.authType | default " JWT_TOKEN" }}
7070 platformToAnchorSecret: {{ .Values.stellar.app_config.app.platformToAnchorSecret | default "${PLATFORM_TO_ANCHOR_SECRET}" }}
7171 anchorToPlatformSecret: {{ .Values.stellar.app_config.app.anchorToPlatformSecret | default "${ANCHOR_TO_PLATFORM_SECRET}" }}
7272 expirationMilliseconds: {{ .Values.stellar.app_config.app.expirationMilliseconds | default 30000 }}
You can’t perform that action at this time.
0 commit comments