You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUNTIME_ENV="native" # runtime environment ('native' or 'container')
4
+
5
+
# protocol
6
+
TRUST_PROXY="_disabled_" # as known as trust proxy of express.js ('loopback', 'linklocal', 'uniquelocal' or ip addresses, empty or '_disabled_' to disable)
6
7
ENABLED_PROTOCOLS="http" # enable protocols ('http', 'https' or both)
7
8
ENABLED_REDIRECT_HTTP_HTTPS="no" # redirect http to https ('yes' or 'no')
8
9
@@ -13,12 +14,14 @@ INSTANCE_URL="http://localhost:3000" # the url of the instance
13
14
# logging
14
15
LOGGING_LEVEL="info" # as known as logging level of winston ('error', 'warn', 'info', 'http', 'verbose', 'debug', 'silly')
15
16
LOGGING_CONSOLE="yes" # logging into console ('yes' or 'no')
16
-
LOGGING_FILE_PATH="data/lavateinn.log" # logging into file (empty to disable)
17
-
LOGGING_HTTP_URL="http://localhost:3000/v1/logs" # logging into http (empty to disable)
17
+
LOGGING_FILE_PATH="data/lavateinn.log" # logging into file (empty or '_disabled_' to disable)
18
+
LOGGING_HTTP_URL="_disabled_" # logging into http (empty or '_disabled_' to disable)
0 commit comments