From 81458e5b7a6cc3ccc931ef2d26eb9e100190786b Mon Sep 17 00:00:00 2001 From: Rotimi Best Date: Wed, 4 Oct 2023 13:34:31 +0100 Subject: [PATCH] fix: move close comment to end in .env.example (#945) --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 1a4c51ccf9c..db986396c9a 100644 --- a/.env.example +++ b/.env.example @@ -104,8 +104,8 @@ NEXT_PUBLIC_FORMBRICKS_ONBOARDING_SURVEY_ID= # Cron Secret CRON_SECRET= -*/ # Encryption key # You can use: `openssl rand -base64 16` to generate one -FORMBRICKS_ENCRYPTION_KEY= \ No newline at end of file +FORMBRICKS_ENCRYPTION_KEY= +*/