Subversion-Projekte lars-tiefland.ci

Revision

Revision 839 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 839 Revision 1074
Zeile 136... Zeile 136...
136
	'compress' => FALSE,
136
	'compress' => FALSE,
137
	'stricton' => FALSE,
137
	'stricton' => FALSE,
138
	'failover' => array(),
138
	'failover' => array(),
139
	'save_queries' => TRUE
139
	'save_queries' => TRUE
140
);
140
);
-
 
141
 
-
 
142
$db['db_red_write'] = array(
-
 
143
	'dsn'	=> '',
-
 
144
	'hostname' => '213.203.217.142',
-
 
145
	'username' => 'content_managem',
-
 
146
	'password' => 'k-dp-u',
-
 
147
	'database' => 'content_management',
-
 
148
	'dbdriver' => 'mysqli',
-
 
149
	'dbprefix' => '',
-
 
150
	'pconnect' => TRUE,
-
 
151
	'db_debug' => (ENVIRONMENT !== 'production'),
-
 
152
	'cache_on' => FALSE,
-
 
153
	'cachedir' => '',
-
 
154
	'char_set' => 'utf8',
-
 
155
	'dbcollat' => 'utf8_general_ci',
-
 
156
	'swap_pre' => '',
-
 
157
	'encrypt' => FALSE,
-
 
158
	'compress' => FALSE,
-
 
159
	'stricton' => FALSE,
-
 
160
	'failover' => array(),
-
 
161
	'save_queries' => TRUE
-
 
162
);