-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsys.config.src
41 lines (35 loc) · 1.04 KB
/
sys.config.src
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
38
39
40
41
%% -*- erlang -*-
%% This file is auto-generated from template: sys.config.src
[{kernel,
[{net_ticktime, 90},
{start_timer, true},
{inet_dist_listen_min, 22200},
{inet_dist_listen_max, 22210},
{sync_nodes_optional, []},
{sync_nodes_timeout, 3000}]},
{sasl,
[{error_logger_mf_dir, "../=NODE=/sasl_logfiles/"},
{error_logger_mf_maxbytes, 100000},
{error_logger_mf_maxfiles, 8}]},
{yolf,
[{log_file_name, "../=NODE=/log/yolf.log"}]},
{mnesia,
[{dir, "../=NODE=/Mnesia.=NAMEATHOST="}]},
{lager,
[{handlers,
[{lager_file_backend,
[{file, "../=NODE=/log/lager.log"},
{level, debug}, {size, 67108864}, {date, "$D0"}]}
]},
{crash_log, "../=NODE=/log/lager_crash.log"}
]},
{humbundee,
[{user_config, <<".humbundee.conf">>},
{order_url, <<"https://www.humblebundle.com/api/v1/order/">>},
{cookie, <<"../=NODE=/humblebundle.cookie">>},
{download_dir, <<"../=NODE=/downloads">>},
{temp_dir, <<"../=NODE=/temp">>},
{destination_dir, <<"../=NODE=/humblebundle">>},
{workers, 10}
]}
].