Skip to content

Commit

Permalink
chore: added log level + removed WS_RPC_URL (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandarknezevic authored Jun 8, 2022
1 parent 22e03a9 commit 81ad251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/onboarding-faucet/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: latest
name: onboarding-faucet
version: 0.1.1
version: 0.1.2
description: Onboarding faucet Helm chart for Kubernetes
home: https://www.ethswarm.org
icon: https://docs.ethswarm.org/img/swarm-logo-2.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/onboarding-faucet/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ data:
HOSTNAME: {{ .Values.config.HOSTNAME | quote }}
PORT: {{ .Values.config.PORT | quote }}
RPC_URL: {{ .Values.config.RPC_URL | quote }}
WS_RPC_URL: {{ .Values.config.WS_RPC_URL | quote }}
LOG_LEVEL: {{ .Values.config.LOG_LEVEL | quote }}

2 changes: 1 addition & 1 deletion charts/onboarding-faucet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ config:
PORT: "3000"
HOSTNAME: "0.0.0.0"
RPC_URL: "https://rpc.gnosischain.com"
WS_RPC_URL: "wss://rpc.gnosischain.com/wss"
LOG_LEVEL: "info"
PRIVATE_KEY: ""

0 comments on commit 81ad251

Please sign in to comment.