Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .env.demo
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ RESEND_API_KEY=re_xxxxxxxxxx
# SMTP_PASS=xxxxxx

# Prisma log type. Default set to error
PRISMA_LOGS = error
PRISMA_LOGS=error

# HIDE_EXPERIMENTAL_OIDC_CONTROLLERS=true

Expand All @@ -480,7 +480,8 @@ PULL_CONSUMER=hub-pull-consumer
NATS_CREDS_FILE=

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

# 'nkey' | 'creds' | 'usernamePassword' | 'none'
NOTIFICATION_NATS_AUTH_TYPE=
Expand Down
Loading
Loading