Config template fixes

This commit is contained in:
Juan Ferrer 2019-07-10 18:24:22 +02:00
parent 7e3f548192
commit 81c918491a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* Configuration template file, copy it to config.h
* and make your changes there.
*/
#define DB_HOST "db.verdnatura.es"
#define DB_HOST "localhost"
#define DB_USER "energy-meter"
#define DB_PASS ""
#define DB_PORT 3306