remove constant THELIA_DB_CACHE
This commit is contained in:
@@ -14,9 +14,3 @@ define('THELIA_DB_PASSWORD', '__DB_PASSWORD__');
|
|||||||
|
|
||||||
//database DSN
|
//database DSN
|
||||||
define('THELIA_DB_DSN','mysql:dbname=__DB_NAME__;host:__DB_HOST__');
|
define('THELIA_DB_DSN','mysql:dbname=__DB_NAME__;host:__DB_HOST__');
|
||||||
|
|
||||||
define('THELIA_DB_CACHE', 'file');
|
|
||||||
//define('THELIA_DB_CACHE', 'apc');
|
|
||||||
//define('THELIA_DB_CACHE', 'memcache');
|
|
||||||
//define('THELIA_DB_CACHE', 'session');
|
|
||||||
//define('THELIA_DB_CACHE', 'include');
|
|
||||||
|
|||||||
@@ -14,9 +14,3 @@ define('THELIA_DB_PASSWORD', '__DB_PASSWORD__');
|
|||||||
|
|
||||||
//database DSN
|
//database DSN
|
||||||
define('THELIA_DB_DSN','mysql:dbname=__DB_NAME__;host:__DB_HOST__');
|
define('THELIA_DB_DSN','mysql:dbname=__DB_NAME__;host:__DB_HOST__');
|
||||||
|
|
||||||
define('THELIA_DB_CACHE', 'file');
|
|
||||||
//define('THELIA_DB_CACHE', 'apc');
|
|
||||||
//define('THELIA_DB_CACHE', 'memcache');
|
|
||||||
//define('THELIA_DB_CACHE', 'session');
|
|
||||||
//define('THELIA_DB_CACHE', 'include');
|
|
||||||
|
|||||||
@@ -14,9 +14,3 @@ define('THELIA_BD_PASSWORD', '__DB_PASSWORD__');
|
|||||||
|
|
||||||
//database dsn
|
//database dsn
|
||||||
define('THELIA_DB_DSN','pgsql:host=__DB_HOST__;port=__DB_PORT__;dbname=__DB_NAME__;user=__DB_LOGIN__;password=__DB_PASSWORD__');
|
define('THELIA_DB_DSN','pgsql:host=__DB_HOST__;port=__DB_PORT__;dbname=__DB_NAME__;user=__DB_LOGIN__;password=__DB_PASSWORD__');
|
||||||
|
|
||||||
define('THELIA_DB_CACHE', 'file');
|
|
||||||
//define('THELIA_DB_CACHE', 'apc');
|
|
||||||
//define('THELIA_DB_CACHE', 'memcache');
|
|
||||||
//define('THELIA_DB_CACHE', 'session');
|
|
||||||
//define('THELIA_DB_CACHE', 'include');
|
|
||||||
@@ -12,10 +12,4 @@ define('THELIA_DB_USER', '__DB_LOGIN__');
|
|||||||
// database password
|
// database password
|
||||||
define('THELIA_DB_PASSWORD', '__DB_PASSWORD__');
|
define('THELIA_DB_PASSWORD', '__DB_PASSWORD__');
|
||||||
|
|
||||||
define('THELIA_DB_DSN','sqlite:__DB_FILE__');
|
define('THELIA_DB_DSN','sqlite:__DB_FILE__');
|
||||||
|
|
||||||
define('THELIA_DB_CACHE', 'file');
|
|
||||||
//define('THELIA_DB_CACHE', 'apc');
|
|
||||||
//define('THELIA_DB_CACHE', 'memcache');
|
|
||||||
//define('THELIA_DB_CACHE', 'session');
|
|
||||||
//define('THELIA_DB_CACHE', 'include');
|
|
||||||
Reference in New Issue
Block a user