Move volkszaehler to docker.
This commit is contained in:
13
vz/config.php
Normal file
13
vz/config.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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;
|
||||
Reference in New Issue
Block a user