Refresh .env.example

This commit is contained in:
Denis Arh
2019-06-19 17:53:20 +02:00
parent 837ce2514f
commit 6f20e713b0
+8 -9
View File
@@ -13,23 +13,19 @@ HTTP_ADDR=:80
SMTP_HOST=localhost:1025
SMTP_USER=
SMTP_PASS=
SMTP_FROM="Corteza" <info@example.tld>
SMTP_FROM="Corteza" <info@local.cortezaproject.org>
# JWT Secret, shared among all services.
# If not set, some random value will be set
AUTH_JWT_SECRET=
# If not set, random value will be set every time you reset the service
#AUTH_JWT_SECRET=
# JWT expiration
AUTH_JWT_EXPIRY=
# JWT expiration (default 30 days)
#AUTH_JWT_EXPIRY=
# Debug level you want to use (anything equal or lower than that will be logged)
# Values: debug, info, warn, error, panic, fatal
LOG_LEVEL=info
# Output log in JSON format
# Setting this to true will enable yoi to ship docker container logs directly to your ELK stack
LOG_JSON=false
# Timeout for internal HTTP client
HTTP_CLIENT_TIMEOUT=30s
@@ -44,3 +40,6 @@ MONITOR_INTERVAL=5min
# Database to use
DB_DSN=corteza:corteza@tcp(localhost:3306)/corteza?collation=utf8mb4_general_ci
# DB query profiler (none, stdout, logger)
#DB_PROFILER=none