From 5f15228e532f70539b549a16129d7387d3d9ac5c Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 22 Mar 2021 16:44:12 +1100 Subject: [PATCH] Each microservice has received a tweak to .envdev, read more This should make it easier to set time zones and enable database logging. Related to krgamestudios/MERN-template#16 --- .envdev | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.envdev b/.envdev index 1a8041c..26aa793 100644 --- a/.envdev +++ b/.envdev @@ -4,6 +4,12 @@ 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 -SECRET_ACCESS=access \ No newline at end of file +# 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