X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/c1ba82d00e8707bcb20f8fbb3619ab660ebfaaaa..cbce50ea7cf886c2c3cde328ab2dcd6e950e62d9:/lib/MECON/defaults.php?ds=sidebyside diff --git a/lib/MECON/defaults.php b/lib/MECON/defaults.php index 82ffcfe..4f1c246 100644 --- a/lib/MECON/defaults.php +++ b/lib/MECON/defaults.php @@ -44,6 +44,13 @@ if (!defined('MECON_DIR_FS')) { 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. @@ -69,14 +76,14 @@ if (!defined('MECON_DB_DSN')) { /** * 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