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

Feature - Support for user-defined configuration files #33

Closed
hhandoko opened this issue Dec 20, 2016 · 1 comment
Closed

Feature - Support for user-defined configuration files #33

hhandoko opened this issue Dec 20, 2016 · 1 comment

Comments

@hhandoko
Copy link
Owner

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

@hhandoko
Copy link
Owner Author

hhandoko commented Mar 4, 2017

Implemented in #51 .

@hhandoko hhandoko closed this as completed Mar 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant