-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
(3)small change/bug fix that requires little researchsmall change/bug fix that requires little researchfeatureNew FeatureNew Featuregood first issueGood for newcomers/anyone who wants to start contributingGood for newcomers/anyone who wants to start contributing
Description
setup config helper class to read from config.yaml (and env.properties?)
- config.yaml contains the structure of configuration and default values
- env.properties file should just be format
<name>=<value>for parsing and setting values in config.yaml - think about simple replacement in these name value pairs so we can have "variables" in config file
e.g.
var=1
host=domain-name-${var}.com
RESULT host=domain-nomain-1.com
Metadata
Metadata
Assignees
Labels
(3)small change/bug fix that requires little researchsmall change/bug fix that requires little researchfeatureNew FeatureNew Featuregood first issueGood for newcomers/anyone who wants to start contributingGood for newcomers/anyone who wants to start contributing