define('MECON_DIR_FS', '/var/www/meconlib');
}
+if (!defined('MECON_DIR_FS_IMG')) {
+ /**
+ * Directorio de imagenes respecto del sistema de archivos.
+ */
+ define('MECON_DIR_FS_IMG', MECON_DIR_FS.'/www/images');
+}
+
if (!defined('MECON_DIR_CSS')) {
/**
* Directorio donde se encuentran las hojas de estilo.
/**
* DSN de la DB a usar por defecto.
*/
- define('MECON_DB_DSN', 'mysql://intranet:intranet@intranet-db.mecon.ar/intranet');
+ define('MECON_DB_DSN', 'mysql://intranet:intranet@localhost/intranet');
}
if (!defined('MECON_DB_OPTS')) {
/**
* Opciones de la DB a usar por defecto.
*/
- define('MECON_DB_OPTS', array('persistent' => true));
+ //define('MECON_DB_OPTS', array('persistent' => true));
}
?>
\ No newline at end of file