issue #0001309 : Define SECURE_STORAGE

This commit is contained in:
Michael RICOIS 2012-10-17 07:57:06 +00:00
parent 57763a16ae
commit c20681b41f
3 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ define('BUSINESSWIRE_LOCAL_DIR', '/home/data/infosreg/businesswire/');
/** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/
define ('DOC_WEB_LOCAL', '/home/vhosts/dataws/');
define ('DOC_WEB_URL', '/data/');
define('SECURE_STORAGE', '/mnt/datafile/');
/** LOGGING **/
define('LOG_PATH', '/home/vhosts/dataws/log');

View File

@ -17,6 +17,7 @@ define('BUSINESSWIRE_LOCAL_DIR', '/home/data/infosreg/businesswire/');
/** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/
define ('DOC_WEB_LOCAL', '/home/vhosts/data/');
define ('DOC_WEB_URL', '/data/');
define ('SECURE_STORAGE', '/mnt/datafile/');
/** LOGGING **/
define('LOG_PATH', '/home/vhosts/data/log');

View File

@ -17,6 +17,8 @@ define('BUSINESSWIRE_LOCAL_DIR', '/home/data/infosreg/businesswire/');
/** Dossiers locaux pour les documents a telecharger (PDF kbis, marques, etc...) **/
define('DOC_WEB_LOCAL', '/sites/dataws/');
define('DOC_WEB_URL', '/data/');
define('SECURE_STORAGE', '/sites/datafile/');
/** LOGGING **/
define('LOG_PATH', '/sites/dataws/log');