Skip to content
Snippets Groups Projects
.env.example 475 B
Newer Older
NODE_ENV=development
Alexander Rudolph's avatar
Alexander Rudolph committed
POSTGRES_DB=fahrtenbuch
POSTGRES_USER=postgres
POSTGRES_HOST=localhost
POSTGRES_DRIVER=postgres
POSTGRES_PASSWORD=postgres
TEST_DB_NAME=test
fu1106jv's avatar
fu1106jv committed
EMAIL_SERVER=smtp.example.com
EMAIL_IS_TLS=false
EMAIL_USERNAME=username
EMAIL_PASSWORD=pw
fu1106jv's avatar
fu1106jv committed
EMAIL_Port=2525
fu1106jv's avatar
fu1106jv committed
EMAIL_FROM_ADDR=username@example.com
Application_Name=Fahrtenbuch Wassersportzentrum
fu6454io's avatar
fu6454io committed
JWT_SECRET=RANDOM_SECRET_HARD_TO_GUESS
fu1106jv's avatar
fu1106jv committed
INITIAL_COORDINATOR_PASSWORD=password
INITIAL_COORDINATOR_EMAIL=coord@example.com