slitaz-forge annotate forum/vanilla/conf/config.php @ rev 2

move vanilla-config & themes in vanilla directory
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Dec 22 10:41:18 2010 +0100 (2010-12-22)
parents
children
rev   line source
erjo@2 1 <?php if (!defined('APPLICATION')) exit();
erjo@2 2
erjo@2 3 // Conversations
erjo@2 4 $Configuration['Conversations']['Version'] = '2.0.16';
erjo@2 5
erjo@2 6 // Database
erjo@2 7 $Configuration['Database']['Name'] = 'slitaz_forum';
erjo@2 8 $Configuration['Database']['Host'] = 'localhost';
erjo@2 9 $Configuration['Database']['User'] = '***';
erjo@2 10 $Configuration['Database']['Password'] = '***';
erjo@2 11
erjo@2 12 // EnabledApplications
erjo@2 13 $Configuration['EnabledApplications']['Conversations'] = 'conversations';
erjo@2 14 $Configuration['EnabledApplications']['Skeleton'] = 'skeleton';
erjo@2 15 $Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
erjo@2 16
erjo@2 17 // EnabledPlugins
erjo@2 18 $Configuration['EnabledPlugins']['HtmLawed'] = 'HtmLawed';
erjo@2 19 $Configuration['EnabledPlugins']['Gravatar'] = 'Gravatar';
erjo@2 20 $Configuration['EnabledPlugins']['FileUpload'] = 'FileUpload';
erjo@2 21 $Configuration['EnabledPlugins']['WhosOnline'] = 'WhosOnline';
erjo@2 22 $Configuration['EnabledPlugins']['Minify'] = 'Minify';
erjo@2 23 $Configuration['EnabledPlugins']['cleditor'] = 'cleditor';
erjo@2 24 $Configuration['EnabledPlugins']['Tagging'] = 'Tagging';
erjo@2 25
erjo@2 26 // Garden
erjo@2 27 $Configuration['Garden']['Title'] = 'SliTaz Forum';
erjo@2 28 $Configuration['Garden']['Cookie']['Salt'] = 'VS0GNTQ0ML';
erjo@2 29 $Configuration['Garden']['Cookie']['Domain'] = '';
erjo@2 30 $Configuration['Garden']['Version'] = '2.0.16';
erjo@2 31 $Configuration['Garden']['RewriteUrls'] = FALSE;
erjo@2 32 $Configuration['Garden']['CanProcessImages'] = TRUE;
erjo@2 33 $Configuration['Garden']['Installed'] = TRUE;
erjo@2 34 $Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
erjo@2 35 $Configuration['Garden']['Theme'] = 'slitaz-2';
erjo@2 36 $Configuration['Garden']['Messages']['Cache'] = 'a:1:{i:0;s:6:"[Base]";}';
erjo@2 37 $Configuration['Garden']['EditContentTimeout'] = '-1';
erjo@2 38 $Configuration['Garden']['RequiredUpdates'] = 'a:0:{}';
erjo@2 39 $Configuration['Garden']['UpdateCheckDate'] = 1292966704;
erjo@2 40 $Configuration['Garden']['Registration']['Method'] = 'Captcha';
erjo@2 41 $Configuration['Garden']['Registration']['CaptchaPrivateKey'] = '6Ld7zwgAAAAAAPo5ydoZaBn_8Wapn7nb0dypEf6M';
erjo@2 42 $Configuration['Garden']['Registration']['CaptchaPublicKey'] = '6Ld7zwgAAAAAALF1IeGgtdlEg1WYupYxd5ZqGIpg';
erjo@2 43 $Configuration['Garden']['Registration']['InviteExpiration'] = '-1 week';
erjo@2 44 $Configuration['Garden']['Registration']['InviteRoles'] = 'a:2:{i:8;s:1:"0";i:16;s:1:"0";}';
erjo@2 45
erjo@2 46 // Plugins
erjo@2 47 $Configuration['Plugins']['GettingStarted']['Dashboard'] = '1';
erjo@2 48 $Configuration['Plugins']['GettingStarted']['Categories'] = '1';
erjo@2 49 $Configuration['Plugins']['GettingStarted']['Plugins'] = '1';
erjo@2 50 $Configuration['Plugins']['GettingStarted']['Discussion'] = '1';
erjo@2 51 $Configuration['Plugins']['FileUpload']['Enabled'] = TRUE;
erjo@2 52 $Configuration['Plugins']['OpenID']['Enabled'] = FALSE;
erjo@2 53 $Configuration['Plugins']['Tagging']['Enabled'] = TRUE;
erjo@2 54
erjo@2 55 // Routes
erjo@2 56 $Configuration['Routes']['DefaultController'] = 'a:2:{i:0;s:10:"categories";i:1;s:8:"Internal";}';
erjo@2 57
erjo@2 58 // Vanilla
erjo@2 59 $Configuration['Vanilla']['Version'] = '2.0.16';
erjo@2 60 $Configuration['Vanilla']['Categories']['Use'] = TRUE;
erjo@2 61 $Configuration['Vanilla']['Discussions']['PerPage'] = '30';
erjo@2 62 $Configuration['Vanilla']['Comments']['AutoRefresh'] = '0';
erjo@2 63 $Configuration['Vanilla']['Comments']['PerPage'] = '50';
erjo@2 64 $Configuration['Vanilla']['Archive']['Date'] = '';
erjo@2 65 $Configuration['Vanilla']['Archive']['Exclude'] = FALSE;
erjo@2 66
erjo@2 67 // WhosOnline
erjo@2 68 $Configuration['WhosOnline']['Frequency'] = '20';
erjo@2 69 $Configuration['WhosOnline']['Location']['Show'] = 'every';
erjo@2 70 $Configuration['WhosOnline']['Hide'] = TRUE;
erjo@2 71
erjo@2 72 // Last edited by pankso (213.3.10.214)2010-12-21 16:25:04