Join Slack
Powered by
I usually use a JSON file for configuration, somet...
# kodein
s
salomonbrys
03/15/2016, 2:52 PM
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
Open in Slack
Previous
Next