Config template fixes
This commit is contained in:
parent
7e3f548192
commit
81c918491a
|
@ -2,7 +2,7 @@
|
||||||
* Configuration template file, copy it to config.h
|
* Configuration template file, copy it to config.h
|
||||||
* and make your changes there.
|
* and make your changes there.
|
||||||
*/
|
*/
|
||||||
#define DB_HOST "db.verdnatura.es"
|
#define DB_HOST "localhost"
|
||||||
#define DB_USER "energy-meter"
|
#define DB_USER "energy-meter"
|
||||||
#define DB_PASS ""
|
#define DB_PASS ""
|
||||||
#define DB_PORT 3306
|
#define DB_PORT 3306
|
||||||
|
|
Loading…
Reference in New Issue