-
Notifications
You must be signed in to change notification settings - Fork 0
/
sys.config.in
37 lines (37 loc) · 1.2 KB
/
sys.config.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[{mnesia,
[{dir, "db"}]},
{sasl,
[{sasl_error_logger, {file, "log/sasl/sasl.log"}},
{errlog_type, error},
{utc_log, true},
{error_logger_mf_dir, "log/sasl"},
{error_logger_mf_maxbytes, 10485760},
{error_logger_mf_maxfiles, 10}]},
{snmp,
[{agent,
[{config, [{dir, "snmp/conf"}]},
{db_dir, "snmp/db"}]}]},
{inets,
[{services,
[{httpd,
[{server_name, "gtt"},
{directory_index, ["index.html"]},
{transfer_disk_log, "log/http/transfer"},
{security_disk_log, "log/http/security"},
{error_disk_log, "log/http/error"},
{transfer_disk_log_size, {10485760, 10}},
{error_disk_log_size, {10485760, 10}},
{error_disk_log_size, {10485760, 10}},
{disk_log_format, internal},
{modules, [mod_alias, m3ua_rest_accepted_content,
m3ua_rest_get, mod_get, mod_disk_log]},
{port, 8080},
{server_root, "./"},
{alias, {"/doc", "lib/@PACKAGE@-@VERSION@/doc"}},
{document_root, "lib/@PACKAGE@-@VERSION@/priv/www"}]}]}]},
{m3ua,
[]},
{sccp,
[]},
{gtt,
[]}].