chaos/.env
2025-03-30 22:42:53 -04:00

27 lines
No EOL
946 B
Bash

NPM_TOKEN=
##########################
# APP VARIABLES #
##########################
APP_NAME="[template]"
##########################
# 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
##########################
# DATABASE #
##########################
DB_USER=${APP_NAME}
DB_PASS=test123
DATABASE_URL="postgres://${APP_NAME}:test123@localhost:5432/${APP_NAME}"
DIRECT_URL="postgres://${APP_NAME}:test123@localhost:5432/${APP_NAME}"
##########################
# 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