Add power-consumption to infra.

This commit is contained in:
2024-05-03 14:10:15 +02:00
parent 46a38d7dbe
commit ee8ad3d8c2
2 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
$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_user'] = 'power';
$config['local']['db_pass'] = 'rewop';
return $config;