Closed McSinyx closed 3 years ago
Currently connection to underlying persistent layers and their credentials are hardcoded:
https://github.com/ComLake/core/blob/0875442002d6fd7b8e13eef8519e4d5193f684ea/src/comlake_core/HttpHandler.java#L58-L59
This is of course not desired and should be configurable, e.g. via configuration files. net.harawata.appdirs can be a good fit to determine the location portably.
Currently connection to underlying persistent layers and their credentials are hardcoded:
https://github.com/ComLake/core/blob/0875442002d6fd7b8e13eef8519e4d5193f684ea/src/comlake_core/HttpHandler.java#L58-L59
This is of course not desired and should be configurable, e.g. via configuration files. net.harawata.appdirs can be a good fit to determine the location portably.