5f15228e53
This should make it easier to set time zones and enable database logging. Related to krgamestudios/MERN-template#16
16 lines
399 B
Plaintext
16 lines
399 B
Plaintext
WEB_PORT=3300
|
|
|
|
DB_HOSTNAME=database
|
|
DB_DATABASE=chat
|
|
DB_USERNAME=chat
|
|
DB_PASSWORD=blastoise
|
|
|
|
# Select a "TZ database name" that suits your needs: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
DB_TIMEZONE=Australia/Sydney
|
|
|
|
# Give this any value to enable database logging (such as "true")
|
|
DB_LOGGING=
|
|
|
|
# Make sure this value matches the system that you connect to
|
|
SECRET_ACCESS=access
|