cyrilleinvalides/choupas/www/admin/app/databases/system.php

63 lines
1.1 KiB
PHP
Executable File

<?php
return array(
'preprocessor' => 'libs/sense/System/Preprocessor.php',
'php' => array(
'display_errors' => 0,
),
'runtime' => array(
'mode' => 'debug',
'preprocessor' => 1,
'preprocessor' => 0,
'displayLog' => 0,
),
'filesystem' => array(
'chmod' => 0777,
'providers' => 'providers',
'templates' => 'templates',
'cache' => 'cache',
'mirror' => 'libs/libs.php',
),
'twitter'=> array(
'key' => 'WjuXAIyjSBaTbSdKa8acVA',
'secret' => 'oNfk7ymfAxvQMYZlBhaaX81wRPvNqODQXukZUE',
),
'facebook'=> array(
'appId' => '280527835350473',
'secret' => 'b4abe9b2394d2a1c2f570f9ad9c1e72f',
),
'modes' => array(
'prod' => 'prod speedup cache',
'preprod' => 'prod speedup cache',
'debug' => 'debug',
'test' => 'test',
),
'libs' => array(
'libs/sense' => array(
'Base',
'Engine',
'Parser',
'System',
'System/SPL',
'System/Timers',
'Sensible',
'Sensible/SeTML',
'Entity',
'Entity/Providers/PHPProvider',
'Entity/Providers/MySQLProvider',
),
'libs/facebook' => array(
'Base',
),
'libs/twitter' => array(
'Base',
),
'libs/app' => array(
'Base',
),
),
);
?>