issue #0001309 : Define SECURE_STORAGE
This commit is contained in:
parent
57763a16ae
commit
c20681b41f
@ -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');
|
||||
|
@ -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');
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user