docs: unify CRON_SECRET descriptions (#2915)

Co-authored-by: laurens <laurens@users.noreply.github.com>
This commit is contained in:
Laurens Nienhaus
2024-07-27 11:11:05 +02:00
committed by GitHub
parent 6055baa0db
commit 026cc29e1f
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ DATABASE_URL='postgresql://postgres:postgres@localhost:5432/formbricks?schema=pu
# You can use: `openssl rand -hex 32` to generate a secure one
NEXTAUTH_SECRET=RANDOM_STRING
# Cron Secret (mandatory)
# API Secret for running cron jobs. (mandatory)
# You can use: `openssl rand -hex 32` to generate a secure one
CRON_SECRET=RANDOM_STRING

View File

@@ -22,7 +22,7 @@ x-environment: &environment
# You can use: $(openssl rand -hex 32) to generate one
ENCRYPTION_KEY:
# Set the below to use it instead of API Key for the API & use as an auth for cronjobs
# API Secret for running cron jobs.
# You can use: $(openssl rand -hex 32) to generate a secure one
CRON_SECRET: