From f785b3306890844e46e9380ef2d9ba88893ca4be Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 30 Mar 2025 18:16:31 -0400 Subject: [PATCH] reformat env file --- .env | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 5a40385..e853281 100644 --- a/.env +++ b/.env @@ -1,14 +1,25 @@ NODE_ENV= -# SECRETS +########################## +# APP VARIABLES # +########################## +APP_NAME=hestia + +########################## +# SECRETS # +########################## SECRETS_PASSWORD=secret_do_not_commit_or_change_this_create_.env.local_instead SECRETS_SALT=secret_do_not_commit_or_change_this_create_.env.local_instead SECRETS_IV_POSITION=secret_do_not_commit_or_change_this_create_.env.local_instead -# PRISMA +########################## +# DATABASE # +########################## DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia" DIRECT_URL="postgres://hestia:test123@localhost:5432/hestia" -# CLERK +########################## +# AUTHENTICATION # +########################## PUBLIC_CLERK_PUBLISHABLE_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead \ No newline at end of file