Update config.inc file
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
/************* HASH / ACL DEFAULT / ERROR SETTINGS / SMARTY *************/
|
/************* HASH / ACL DEFAULT / ERROR SETTINGS / SMARTY *************/
|
||||||
// default hash type
|
// default hash type
|
||||||
DEFINE('DEFAULT_HASH', 'ripemd160');
|
DEFINE('DEFAULT_HASH', 'sha1');
|
||||||
// default acl level
|
// default acl level
|
||||||
DEFINE('DEFAULT_ACL_LEVEL', 80);
|
DEFINE('DEFAULT_ACL_LEVEL', 80);
|
||||||
// default levels for certain actions
|
// default levels for certain actions
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
DEFINE('DEFAULT_ACL_DEL', 80);
|
DEFINE('DEFAULT_ACL_DEL', 80);
|
||||||
DEFINE('DEFAULT_ACL_ADMIN', 100); */
|
DEFINE('DEFAULT_ACL_ADMIN', 100); */
|
||||||
// SSL host name
|
// SSL host name
|
||||||
// DEFINE('SSL_HOST', "www4.adidas.co.jp");
|
// DEFINE('SSL_HOST', "ssl.host.name");
|
||||||
// error page strictness, Default is 3
|
// error page strictness, Default is 3
|
||||||
// 1: only show error page as the last mesure if really no mid & aid can be loaded and found at all
|
// 1: only show error page as the last mesure if really no mid & aid can be loaded and found at all
|
||||||
// 2: if template not found, do not search, show error template
|
// 2: if template not found, do not search, show error template
|
||||||
@@ -135,6 +135,12 @@
|
|||||||
// live_queue is a global queue system
|
// live_queue is a global queue system
|
||||||
// DEFINE('QUEUE', 'live_queue');
|
// DEFINE('QUEUE', 'live_queue');
|
||||||
|
|
||||||
|
/************* DB PATHS (PostgreSQL) *****************/
|
||||||
|
// schema names, can also be defined per <DB INFO>
|
||||||
|
DEFINE('PUBLIC_SCHEMA', 'public');
|
||||||
|
DEFINE('DEV_SCHEMA', 'public');
|
||||||
|
DEFINE('TEST_SCHEMA', 'public');
|
||||||
|
|
||||||
// non constant part
|
// non constant part
|
||||||
/************* DB ACCESS *****************/
|
/************* DB ACCESS *****************/
|
||||||
// please be VERY carefull only to change the right side
|
// please be VERY carefull only to change the right side
|
||||||
@@ -174,11 +180,7 @@
|
|||||||
// true/false
|
// true/false
|
||||||
$DEBUG_FLAG['soba'] = true;
|
$DEBUG_FLAG['soba'] = true;
|
||||||
$DEBUG_FLAG['soba.tokyo.tequila.jp'] = true;
|
$DEBUG_FLAG['soba.tokyo.tequila.jp'] = true;
|
||||||
// schema names, can also be defined per <DB INFO>
|
// set postgresql paths (schemas)
|
||||||
DEFINE('PUBLIC_SCHEMA', 'public');
|
|
||||||
DEFINE('DEV_SCHEMA', 'public');
|
|
||||||
DEFINE('TEST_SCHEMA', 'public');
|
|
||||||
// and set to domain
|
|
||||||
$DB_PATH['soba'] = PUBLIC_SCHEMA;
|
$DB_PATH['soba'] = PUBLIC_SCHEMA;
|
||||||
$DB_PATH['soba.tokyo.tequila.jp'] = PUBLIC_SCHEMA;
|
$DB_PATH['soba.tokyo.tequila.jp'] = PUBLIC_SCHEMA;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user