LocChat/.env.example

10 lines
292 B
Plaintext
Raw Normal View History

2021-11-03 19:25:40 -06:00
PORT=3000
2021-11-07 18:23:01 -07: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 19:34:10 -07:00
DATABASE_URL=neststarterappdevelopement
# recommend using randomkeygen.com to generate a key
2021-11-23 14:04:12 -07:00
ENCRYPTION_KEY=yourencryptionkey
REFRESH_ENCRYPTION_KEY=yourrefreshencryptionkey