diff options
Diffstat (limited to 'catlfish.config')
-rw-r--r-- | catlfish.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/catlfish.config b/catlfish.config new file mode 100644 index 0000000..cda8789 --- /dev/null +++ b/catlfish.config @@ -0,0 +1,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"}]}]}]}]. |