11 lines
270 B
PHP
11 lines
270 B
PHP
<?php
|
|
|
|
$config['remote']['db_host'] = '192.168.178.88';
|
|
$config['remote']['db_user'] = 'vz';
|
|
$config['remote']['db_pass'] = 'demo';
|
|
|
|
$config['local']['db_host'] = '127.0.0.1';
|
|
$config['local']['db_user'] = 'power';
|
|
$config['local']['db_pass'] = 'rewop';
|
|
|
|
return $config; |