14 lines
366 B
PHP
14 lines
366 B
PHP
<?php
|
|
|
|
$config['remote']['db_host'] = 'vz-db';
|
|
$config['remote']['db_name'] = 'vz';
|
|
$config['remote']['db_user'] = 'vz';
|
|
$config['remote']['db_pass'] = 'kd09234jdf';
|
|
|
|
$config['local']['db_host'] = 'consumption-db';
|
|
$config['local']['db_name'] = 'consumption';
|
|
$config['local']['db_user'] = 'consumption';
|
|
$config['local']['db_pass'] = 'kd09234jdf';
|
|
|
|
return $config;
|