You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.4 KiB
72 lines
2.4 KiB
<?php |
|
|
|
return array( |
|
'global' => array( |
|
'produccion' => false, |
|
'usar_personalizaciones' => true, |
|
'sesion_timeout' => 10000, |
|
'sesion_maxtime' => 10000, |
|
'dir_attachment' => '/tmp', |
|
'ssl' => false, |
|
'imagen_alumno_dir' => '{{{HOME_AUTOGESTION}}}/src/siu/www/_comp/_img_alumnos', |
|
'salt' => '9bf057558b90263987bd8f99caf2e92f7efc1a13', |
|
'url_kolla' => '{{{URL_KOLLA}}}', |
|
'captcha' => array( |
|
'activo' => true, |
|
'intentos_login' => 3, |
|
'public_key' => '6Ldja84SAAAAAKdiYZIbx6qjQMtAdzWXiW474_Af', |
|
'private_key' => '6Ldja84SAAAAABchqHlz65yICNXJQ8ENbZpLvmS5', |
|
), |
|
'proxy' => array( |
|
'activo' => false, |
|
'proxy_host' => 'proxy.xxxxxxxxx', |
|
'proxy_port' => 8080, |
|
'proxy_username' => 'PROXY-USERNAME', |
|
'proxy_password' => 'PROXY-PASSWORD' |
|
), |
|
'google_analytics' => array( |
|
'activo' => true, |
|
'account' => 'UA-xxx-y' |
|
), |
|
'log' => array( |
|
'activo' => true, |
|
'nivel' => 'debug', |
|
'barra_dev' => true, |
|
), |
|
'ini_debug' => false, |
|
'memcached' => array( |
|
'server_1' => array( |
|
'host' => 'localhost', |
|
'port' => 11211, |
|
'peso' => 1, |
|
), |
|
), |
|
'smtp' => array( |
|
'from' => 'guarani.siu@gmail.com', |
|
'host' => 'smtp.gmail.com', |
|
'seguridad' => 'ssl', |
|
'auth' => true, |
|
'port' => 465, |
|
'usuario' => 'guarani.siu@gmail.com', |
|
'clave' => '', |
|
'reply_to' => 'guarani.siu@gmail.com' |
|
), |
|
//Cantidad de emails que se desencolaran y enviaran cada vez que se ejecute el cron o tarea programada (0 para ilimitado) |
|
'cant_emails_a_enviar_por_corrida_cron' => 10, |
|
'accesos' => array( |
|
'des01' => array( |
|
'ua' => 5, |
|
'personalizacion' => NULL, |
|
'database' => array( |
|
'vendor' => 'pgsql', |
|
'dbname' => '{{{BASE_NOMBRE}}}', |
|
'schema' => '{{{BASE_SCHEMA}}}', |
|
'host' => '{{{BASE_HOST}}}', |
|
'port' => {{{BASE_PORT}}}, |
|
'pdo_user' => '{{{BASE_USER}}}', |
|
'pdo_passwd' => '{{{BASE_PASSWORD}}}', |
|
), |
|
), |
|
), |
|
), |
|
); |