LocChat/.env.example

16 lines
385 B
Plaintext
Raw Permalink Normal View History

2021-11-03 21:25:40 -04:00
PORT=3000
2021-11-07 20:23:01 -05:00
NODE_ENV=development
2021-11-30 17:40:07 -05:00
USE_SSL=false
2021-11-07 20:23:01 -05:00
# in production this will be the full url
# but in dev it is the name of the database
2021-11-30 17:40:07 -05:00
DATABASE_URL=neststarterappdevelopment
2021-11-20 21:34:10 -05:00
# recommend using randomkeygen.com to generate a key
2021-11-23 16:04:12 -05:00
ENCRYPTION_KEY=yourencryptionkey
2021-11-30 19:44:58 -05:00
REFRESH_ENCRYPTION_KEY=yourrefreshencryptionkey
#Admin user information
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=changeme