2021-11-03 21:25:40 -04:00
|
|
|
PORT=3000
|
2021-11-07 20:23:01 -05:00
|
|
|
NODE_ENV=development
|
|
|
|
|
|
|
|
# in production this will be the full url
|
|
|
|
# but in dev it is the name of the database
|
2021-11-20 21:34:10 -05:00
|
|
|
DATABASE_URL=neststarterappdevelopement
|
|
|
|
|
|
|
|
# recommend using randomkeygen.com to generate a key
|
|
|
|
ENCRYPTION_KEY=yourencryptionkey
|