You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
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.
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
Out of Scope
How to Demo
Notes:
[1] - https://github.com/typesafehub/config
The text was updated successfully, but these errors were encountered: