Skip to content

Commit

Permalink
chore: add user verification env (#48)
Browse files Browse the repository at this point in the history
* chore: add user verification env

* chore: user string values for env
  • Loading branch information
subintp authored Oct 15, 2024
1 parent ca0b645 commit 3afad04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/multiwoven/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: multiwoven
description: Open-source reverse ETL, an alternative to Hightouch, Census etc. 🔥
type: application
version: 0.28.0
appVersion: "0.28.0"
version: 0.29.0
appVersion: "0.29.0"
maintainers:
- name: subintp
- name: RafaelOAiSquared
Expand Down
1 change: 1 addition & 0 deletions charts/multiwoven/templates/multiwoven-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ data:
TEMPORAL_VERSION: {{ .Values.multiwovenConfig.temporalVersion | quote }}
TEMPORAL_WORKFLOW_THREAD_POOL_SIZE: {{ .Values.multiwovenConfig.temporalWorkflowThreadPoolSize | quote }}
UI_HOST: {{ .Values.multiwovenConfig.uiHost | quote }}
USER_EMAIL_VERIFICATION: {{ .Values.multiwovenConfig.userEmailVerification | quote }}
VITE_API_HOST: {{ .Values.multiwovenConfig.viteApiHost | quote }}
VITE_APPSIGNAL_PUSH_API_KEY: {{ .Values.multiwovenConfig.viteAppsignalPushApiKey | quote }}
VITE_BRAND_NAME: {{ .Values.multiwovenConfig.viteBrandName | quote }}
Expand Down
1 change: 1 addition & 0 deletions charts/multiwoven/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ multiwovenConfig:
tlsAdminEmail: [email protected]
tlsCertIssuer: letsencrypt-staging
uiHost: app.multiwoven.com
userEmailVerification: "false"
viteApiHost: api.multiwoven.com
viteAppsignalPushApiKey: yourkey
viteBrandName: "Multiwoven"
Expand Down

0 comments on commit 3afad04

Please sign in to comment.