You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
return array(
|
|
'default' =>
|
|
array(
|
|
'type' => 'pdo',
|
|
'connection' =>
|
|
array(
|
|
'hostname' => NULL,
|
|
'port' => '534654',
|
|
'database' => NULL,
|
|
'username' => '514',
|
|
'password' => '1',
|
|
),
|
|
'table_prefix' => 'plex_',
|
|
'charset' => 'utf8',
|
|
'enable_cache' => true,
|
|
),
|
|
);
|