Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config Helper Class with env.properties config file #25

Open
devlinjunker opened this issue Mar 24, 2020 · 0 comments
Open

Config Helper Class with env.properties config file #25

devlinjunker opened this issue Mar 24, 2020 · 0 comments
Labels
feature New Feature good first issue Good for newcomers/anyone who wants to start contributing (3) small change/bug fix that requires little research

Comments

@devlinjunker
Copy link
Owner

devlinjunker commented Mar 24, 2020

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
@devlinjunker devlinjunker changed the title env.properties file env.properties config file Mar 24, 2020
@devlinjunker devlinjunker added good first issue Good for newcomers/anyone who wants to start contributing (3) small change/bug fix that requires little research labels Mar 24, 2020
@devlinjunker devlinjunker changed the title env.properties config file Config Helper Class with env.properties config file Aug 11, 2020
@devlinjunker devlinjunker added the feature New Feature label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature good first issue Good for newcomers/anyone who wants to start contributing (3) small change/bug fix that requires little research
Projects
None yet
Development

No branches or pull requests

1 participant