array( // // ), // 'wap.zynapse' => array( // 'mode' => 'wap', // ), // 'admin.zynapse' => array( // 'root' => 'admin', // ), // 'zynapse.org' => array( // 'environment' => 'production', // ), // 'admin.zynapse.org' => array( // 'environment' => 'production', // 'root' => 'admin', // ), ); # set custom path to zynapse libs $zynapse_libs = ''; # Timer enabled in production environment? # - its always enabled in development and test environments $timer_enabled = false; # enable php error logging? - recommended $enable_logging = true; # enable internal error logging? - recommended $internal_logging = true; # if zynapse's root is not the root of the server, define # the prefix path (without leading or trailing slashes). $url_prefix = ''; ?>