//This document explains about the available options at config.php ini_set('display_errors', 'off'); $database['server'] = 'localhost'; $database['database'] = 'noname'; $database['username'] = 'noname'; $database['password'] = 'noname'; $database['prefix'] = 'tt_'; $service['type'] = 'path'; $service['domain'] = 'domain.ext'; $service['path'] = '/path1/path2'; $service['skin'] = 'skin_name'; $service['timeout'] = 3600; // Session timeout limit $service['disableEolinSuggestion'] = false; // Disable auto-suggestion using EOLIN server. //Usually it searches local tag by default. // From 1.1 $service['useEncodedURL'] = false; // URL encoding using RFC1738 $serviceURL = ''; // Useful if using other web program under the same domain // From 1.5 $service['useNumericURLonRSS'] = false; // Can force permalink to numeric format on RSS output. $service['useLegacySupport'] = false; // Uses legacy support (for tattertools plugins) function. $service['disablePageCache'] = false; // Disable pagecache function. $service['useFastCGI'] = false; // Set 'true' to work with fastCGI module. requireComponent('Needlworks.Function.Debug'); // Enable Textcube debug mode. (for core / plugin debug or optimization)