timezone und email ergänzt

This commit is contained in:
Czechman 2023-01-07 23:14:26 +01:00
parent 9ea2cc42b3
commit 26808b356b
1 changed files with 13 additions and 0 deletions

13
.env
View File

@ -12,3 +12,16 @@ GRAYLOG_PASSWORD_SECRET="Xsb2uFwnRYMRfkCDl6IkGVyanZwWbjX3FzMvzpmZj0uOgyxft05nmmi
# and put the resulting hash value into the following line # and put the resulting hash value into the following line
# CHANGE THIS! # CHANGE THIS!
GRAYLOG_ROOT_PASSWORD_SHA2="4ecf565d4c1b1606facdba3ff1ee5dc3cc1fde93b74d5aa33e6d1c3690e5cade" GRAYLOG_ROOT_PASSWORD_SHA2="4ecf565d4c1b1606facdba3ff1ee5dc3cc1fde93b74d5aa33e6d1c3690e5cade"
GRAYLOG_ROOT_TIMEZONE="Europe/Berlin"
GRAYLOG_TRANSPORT_EMAIL_ENABLED="true"
GRAYLOG_TRANSPORT_EMAIL_HOSTNAME="czechman.de"
GRAYLOG_TRANSPORT_EMAIL_PORT="465"
GRAYLOG_TRANSPORT_EMAIL_USE_AUTH="true"
GRAYLOG_TRANSPORT_EMAIL_USE_SSL="true"
GRAYLOG_TRANSPORT_EMAIL_AUTH_USERNAME="McTvServer@czechman.de"
GRAYLOG_TRANSPORT_EMAIL_AUTH_PASSWORD="rTg735UIRS6ZR-99EcLB"
GRAYLOG_TRANSPORT_EMAIL_SUBJECT_PREFIX="[graylog]"
GRAYLOG_TRANSPORT_EMAIL_FROM_EMAIL="gr4yl0g@czechman.de"
GRAYLOG_TRANSPORT_EMAIL_WEB_INTERFACE_URL="http://192.168.2.79:9001"