tfmalt/power-meter-api

View on GitHub
config.json

Summary

Maintainability
Test Coverage
{
  "redis": {
    "host": "localhost",
    "port": 6379,
    "password": ""
  },
  "server": {
    "port": 3000,
    "corsdomains": ["http://localhost"]
  },
  "start": {
    "year": 2017
  },
  "impsPerKwh": 1000
}