ComLake / comlake.core

USTH data lake core
https://ComLake.github.io/comlake.core
GNU Affero General Public License v3.0
0 stars 0 forks source link

Configuration file #3

Closed McSinyx closed 3 years ago

McSinyx commented 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.