Skip to content

Commit

Permalink
fix(rafiki-backend): rename payment pointer url to wallet address url (
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch authored Apr 10, 2024
1 parent 5b33c09 commit 8a28701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/rafiki-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.1
version: 0.4.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/rafiki-backend/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ data:
OPEN_PAYMENTS_URL: "{{ .Values.serviceUrls.OPEN_PAYMENTS_URL }}"
OUTGOING_PAYMENT_WORKERS: "{{ .Values.workers.outgoingPayment }}"
OUTGOING_PAYMENT_WORKER_IDLE: "{{ .Values.workerIdle }}"
PAYMENT_POINTER_URL: "{{ .Values.serviceUrls.PAYMENT_POINTER_URL }}"
PAYMENT_POINTER_WORKERS: "{{ .Values.workers.paymentPointer }}"
PAYMENT_POINTER_WORKER_IDLE: "{{ .Values.workerIdle }}"
PRIVATE_KEY_FILE: "{{ .Values.key.file }}"
Expand All @@ -39,6 +38,7 @@ data:
TIGERBEETLE_CLUSTER_ID: none
TIGERBEETLE_REPLICA_ADDRESSES: none
USE_TIGERBEETLE: "false"
WALLET_ADDRESS_URL: "{{ .Values.serviceUrls.WALLET_ADDRESS_URL }}"
WEBHOOK_TIMEOUT: "{{ .Values.lifetime.webhook }}"
WEBHOOK_URL: "{{ .Values.serviceUrls.WEBHOOK_URL }}"
WEBHOOK_WORKERS: "{{ .Values.workers.webhook }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/rafiki-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enableManualMigrations: true
serviceUrls:
PUBLIC_HOST: http://rafiki-backend
OPEN_PAYMENTS_URL: http://rafiki-backend
PAYMENT_POINTER_URL: http://rafiki-backend/.well-known/pay
WALLET_ADDRESS_URL: http://rafiki-backend/.well-known/pay
WEBHOOK_URL: http://cloud-nine-wallet/webhooks
EXCHANGE_RATES_URL: http://cloud-nine-wallet/prices
QUOTE_URL: http://cloud-nine-wallet/quotes
Expand Down

0 comments on commit 8a28701

Please sign in to comment.