LocChat/.env.example
2021-11-30 15:40:07 -07:00

11 lines
305 B
Plaintext

PORT=3000
NODE_ENV=development
USE_SSL=false
# in production this will be the full url
# but in dev it is the name of the database
DATABASE_URL=neststarterappdevelopment
# recommend using randomkeygen.com to generate a key
ENCRYPTION_KEY=yourencryptionkey
REFRESH_ENCRYPTION_KEY=yourrefreshencryptionkey