Update database user for power-consumption stack.

This commit is contained in:
2024-05-04 09:44:32 +02:00
parent 7ade375c40
commit 35eb87312c

View File

@@ -5,7 +5,7 @@ $config['remote']['db_user'] = 'vz';
$config['remote']['db_pass'] = 'demo';
$config['local']['db_host'] = 'power-consumption-db';
$config['local']['db_user'] = 'power';
$config['local']['db_user'] = 'power-consumption';
$config['local']['db_pass'] = 'rewop';
return $config;