Skip to content

Config Helper Class with env.properties config file #25

@devlinjunker

Description

@devlinjunker

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

No one assigned

    Labels

    (3)small change/bug fix that requires little researchfeatureNew Featuregood first issueGood for newcomers/anyone who wants to start contributing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions