mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update default configuration to include from_name
values
This commit is contained in:
parent
796957c8c6
commit
7520b4f404
@ -296,6 +296,7 @@ cert_file =
|
|||||||
key_file =
|
key_file =
|
||||||
skip_verify = false
|
skip_verify = false
|
||||||
from_address = admin@grafana.localhost
|
from_address = admin@grafana.localhost
|
||||||
|
from_name = Grafana Admin
|
||||||
|
|
||||||
[emails]
|
[emails]
|
||||||
welcome_email_on_sign_up = false
|
welcome_email_on_sign_up = false
|
||||||
|
@ -282,6 +282,7 @@
|
|||||||
;key_file =
|
;key_file =
|
||||||
;skip_verify = false
|
;skip_verify = false
|
||||||
;from_address = admin@grafana.localhost
|
;from_address = admin@grafana.localhost
|
||||||
|
;from_name = Grafana Admin
|
||||||
|
|
||||||
[emails]
|
[emails]
|
||||||
;welcome_email_on_sign_up = false
|
;welcome_email_on_sign_up = false
|
||||||
|
Loading…
Reference in New Issue
Block a user