Skip to content

Commit 6321242

Browse files
authored
smtp default false
1 parent 22e7a23 commit 6321242

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/grafana.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ grafana:
55
adminPassword: "admin@123"
66

77
smtp:
8-
enabled: true
8+
enabled: false
99
existingSecret: "grafana-secret"
1010
passwordKey: "smtp_password"
1111
userKey: "smtp_username"
1212

1313
grafana.ini:
1414
# smtp setup
1515
smtp:
16-
enabled: true
16+
enabled: false
17+
# set your own SMTP hostname
1718
host: sandbox.smtp.mailtrap.io:587
1819
from_address: [email protected]
1920

0 commit comments

Comments
 (0)