grafana: configure smtp
This commit is contained in:
parent
cdb1c82ee9
commit
33ae74218a
@ -35,6 +35,10 @@ in
|
||||
};
|
||||
settings = {
|
||||
paths.logs = "/var/log/grafana";
|
||||
smtp = {
|
||||
enabled = true;
|
||||
from_address = "noreply@jakstys.lt";
|
||||
};
|
||||
server = {
|
||||
domain = "grafana.jakstys.lt";
|
||||
root_url = "https://grafana.jakstys.lt";
|
||||
|
Loading…
Reference in New Issue
Block a user