Merge pull request #73280 from PsyanticY/fix-grafana-typo

fix grafana smtp enable typo
This commit is contained in:
Jörg Thalheim 2019-11-14 17:44:54 +00:00 committed by GitHub
commit 7fa1927638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ let
ANALYTICS_REPORTING_ENABLED = boolToString cfg.analytics.reporting.enable;
SMTP_ENABLE = boolToString cfg.smtp.enable;
SMTP_ENABLED = boolToString cfg.smtp.enable;
SMTP_HOST = cfg.smtp.host;
SMTP_USER = cfg.smtp.user;
SMTP_PASSWORD = cfg.smtp.password;