Skip to content

Commit 6d37578

Browse files
authored
fix: install script (#1599)
* add missing env variables Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: env demo Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> * fix: remove unwanted env vars Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com> --------- Signed-off-by: Krishna Waske <krishna.waske@ayanworks.com>
1 parent ff37552 commit 6d37578

2 files changed

Lines changed: 13 additions & 142 deletions

File tree

.env.demo

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ RESEND_API_KEY=re_xxxxxxxxxx
456456
# SMTP_PASS=xxxxxx
457457

458458
# Prisma log type. Default set to error
459-
PRISMA_LOGS = error
459+
PRISMA_LOGS=error
460460

461461
# HIDE_EXPERIMENTAL_OIDC_CONTROLLERS=true
462462

@@ -480,7 +480,8 @@ PULL_CONSUMER=hub-pull-consumer
480480
NATS_CREDS_FILE=
481481

482482
# 'nkey' | 'creds' | 'usernamePassword' | 'none'
483-
NATS_AUTH_TYPE=nkey
483+
# Setting this to none, as we don't use auth with default local setup.
484+
NATS_AUTH_TYPE=none
484485

485486
# 'nkey' | 'creds' | 'usernamePassword' | 'none'
486487
NOTIFICATION_NATS_AUTH_TYPE=

0 commit comments

Comments
 (0)