From f473802d5ebe9192c635c477d053523b2baaa3a3 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 10 Jun 2014 20:27:06 +0200 Subject: Change ctls -> catlfish. --- catlfish.config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catlfish.config (limited to 'catlfish.config') 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"}]}]}]}]. -- cgit v1.1