···4848 /* only log halfmoon processing times with urls */
4949 HalfMoon\Config::set_log_level("full");
50505151+ /* perform file caching for controllers that request it, and store files in
5252+ * this directory (must be writable by web server user running halfmoon */
5353+ HalfMoon\Config::set_cache_store_path(HALFMOON_ROOT . "/public/cache");
5454+5155 /* uncomment to send emails of error backtraces and debugging info */
5252- # HalfMoon\Config::set_exception_notification_recipient("you@example.com");
5353- # HalfMoon\Config::set_exception_notification_subject("[garbagefm]");
5656+ HalfMoon\Config::set_exception_notification_recipient("jcs@jcs.org");
5757+ HalfMoon\Config::set_exception_notification_subject("[garbagefm]");
5458}
55595660define(ADMIN_ROOT, "/adm1n/");