25 lines
568 B
Plaintext
25 lines
568 B
Plaintext
[
|
|
{ log_monitor,
|
|
[
|
|
{email_config,
|
|
[
|
|
{sender, "log@monitor.com"},
|
|
{default_receiver, "salvini.fabio001@gmail.com"},
|
|
{connection, [
|
|
{relay, "smtp.fabiosalvinii.com"},
|
|
{username, "salvini.fabio001@gmail.com"},
|
|
{password, ""}]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
%% Directory where the application data is stored.
|
|
%% WARNING: If you leave it inside /tmp, every time the node is restarted the
|
|
%% application will reset.
|
|
{ mnesia , [
|
|
{dir, "/tmp/mnesia"}
|
|
]
|
|
}
|
|
].
|