Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Feature - Support for user-defined configuration files #33

@hhandoko

Description

@hhandoko

Outcome Desired

User should be able to supply application configuration via a configuration file as opposed to passing a number of system properties (e.g -Dcassandra.migration.scripts.location=...).


Definition of Done

  • Use Typesafe Config library to load configuration data [1]
  • Refactor methods to read from configuration object than reading system properties directly.

Out of Scope

  • N/A

How to Demo

  • Use external configuration file to run integration test.
  • Use system variable to override external configuration file values in integration test.

Notes:
[1] - https://github.com/typesafehub/config

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions