Update database host for power-consumption.

This commit is contained in:
2024-05-03 14:13:25 +02:00
parent ee8ad3d8c2
commit e66a819c72

View File

@@ -4,7 +4,7 @@ $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_host'] = 'power-consumption-db';
$config['local']['db_user'] = 'power';
$config['local']['db_pass'] = 'rewop';