Browse Source

Added default TZ variable in env

tags/v1.1.0
Robin Thoni 4 years ago
parent
commit
80f706f274
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      env

+ 2
- 0
env View File

@@ -1,3 +1,5 @@
1
+TZ=Europe/London
2
+
1 3
 SSMTP_ROOT=root@example.com
2 4
 SSMTP_MAILHUB=172.17.0.1:10025
3 5
 SSMTP_MAILDOMAIN=example.com

Loading…
Cancel
Save