reformat env file
This commit is contained in:
parent
3f83ee6dc1
commit
f785b33068
1 changed files with 14 additions and 3 deletions
17
.env
17
.env
|
|
@ -1,14 +1,25 @@
|
||||||
NODE_ENV=
|
NODE_ENV=
|
||||||
|
|
||||||
# SECRETS
|
##########################
|
||||||
|
# APP VARIABLES #
|
||||||
|
##########################
|
||||||
|
APP_NAME=hestia
|
||||||
|
|
||||||
|
##########################
|
||||||
|
# SECRETS #
|
||||||
|
##########################
|
||||||
SECRETS_PASSWORD=secret_do_not_commit_or_change_this_create_.env.local_instead
|
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_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
|
SECRETS_IV_POSITION=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||||
|
|
||||||
# PRISMA
|
##########################
|
||||||
|
# DATABASE #
|
||||||
|
##########################
|
||||||
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
DATABASE_URL="postgres://hestia:test123@localhost:5432/hestia"
|
||||||
DIRECT_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
|
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
|
CLERK_SECRET_KEY=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||||
Loading…
Add table
Reference in a new issue