Add PG variables to .env.example
parent
95d0979f53
commit
80632bf8b3
|
@ -1,5 +1,11 @@
|
|||
NODE_ENV=development
|
||||
|
||||
PGUSER=dbuser
|
||||
PGHOST=database.server.com
|
||||
PGPASSWORD=dbuserpassword
|
||||
PGDATABASE=mydatabase
|
||||
PGPORT=5432
|
||||
|
||||
MAIL_FROM=fromaddress@example.com
|
||||
MAIL_HOST=smtp.smtphost.net
|
||||
MAIL_PORT=465
|
||||
|
|
Reference in New Issue