This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-10-04 03:54:40 +00:00
|
|
|
NODE_ENV=development
|
|
|
|
|
2021-11-27 02:09:23 +00:00
|
|
|
DATABASE_URL=database.server.com
|
|
|
|
DATABASE_USER=dbuser
|
|
|
|
DATABASE_PASSWORD=dbuserpassword
|
|
|
|
DATABASE_NAME=mydatabase
|
|
|
|
DATABASE_PORT=5432
|
2021-11-16 00:34:05 +00:00
|
|
|
|
2021-11-27 02:09:23 +00:00
|
|
|
#MAIL_FROM=fromaddress@example.com
|
|
|
|
#MAIL_HOST=smtp.smtphost.net
|
|
|
|
#MAIL_PORT=465
|
|
|
|
#MAIL_SECURE=true
|
|
|
|
#MAIL_USER=username
|
|
|
|
#MAIL_PASS=password
|