Skip to content

Commit

Permalink
fix(infrastructure): frontend env var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Mar 28, 2024
1 parent cdc6345 commit 828bffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/helm/rafiki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ rafiki-auth:
cleanup: 1

rafiki-frontend:
nodeEnv: production
serviceUrls:
GRAPHQL_URL: http://rafiki-rafiki-backend:3001/graphql
OPEN_PAYMENTS_URL: https://rafiki-rafiki-backend/
NODE_ENV: production
port: 3010

postgresql:
Expand Down

0 comments on commit 828bffe

Please sign in to comment.