summaryrefslogtreecommitdiff
path: root/catlfish.config
blob: cda8789a6b87877dece2e5110bf48a8c788579e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% catlfish configuration file (-*- erlang -*-)
%% Start like this:
%% $ erl -boot start_sasl -config catlfish -run inets
[{sasl,
  [{sasl_error_logger, false},
   {errlog_type, error},
   {error_logger_mf_dir, "log"},
   {error_logger_mf_maxbytes, 10485760},	% 10 MB
   {error_logger_mf_maxfiles, 10}]},
 {inets,
  [{services,
    [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}].