I usually use a JSON file for configuration, somet...
# kodein
s
I usually use a JSON file for configuration, something like this :
Copy code
{
  "front-end": {
    "port": 8080
  },
  "back-end": {
    "mysql": {}
  }
}
Then, each of my "managers" gets it's own JsonObject configuration