18 lines
No EOL
302 B
PHP
Executable file
18 lines
No EOL
302 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'connections' => array(
|
|
|
|
'mysql' => array(
|
|
'driver' => 'mysql',
|
|
'host' => 'localhost',
|
|
'database' => 'ninja',
|
|
'username' => 'ninja',
|
|
'password' => '1234',
|
|
'charset' => 'utf8',
|
|
'collation' => 'utf8_unicode_ci',
|
|
'prefix' => '',
|
|
)
|
|
)
|
|
); |