Update database name for power-consumption stack.

This commit is contained in:
2024-05-04 09:51:59 +02:00
parent 35eb87312c
commit 23bf591c9c

View File

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