|
<?php
|
|
|
|
return array(
|
|
'host' => 'localhost',
|
|
'username' => 'root',
|
|
'password' => 'root',
|
|
'dbname' => 'root',
|
|
'timestampDeadLine' => 1488229200,
|
|
'IP_LOCAL' => '192.168.0.86',
|
|
'recaptcha_private' => '',
|
|
'recaptcha_public' => '',
|
|
'main_pw' => '1223T',
|
|
);
|
|
|
|
?>
|