bitcoin-s/project
Torkel Rogstad 3c4157a698 Multi module configuration (#494)
* Replace AppConfig with more specific types

* Rework database configuration

In this commit we:

1) Introduce new database settings for all submodules,
and at the same time remove the singular datbase setting
for the entire project
2) Introduce a new method .initialize on all configs
that is responsible for creating needed directories,
databases and files
3) Introduce a new class BitcoinSAppConfig that wraps
configs for all three other subproject config. We
also provide implicit conversions that enable this
super-config to be passed in wherever a specialized
config is required.
4) Add more tests for our configuration setup.

* Add Ammonite to Docs deps
2019-06-05 10:48:15 -05:00
..
build.properties Bump sbt version to 1.2.8 (#411) 2019-04-12 06:00:53 -05:00
Deps.scala Multi module configuration (#494) 2019-06-05 10:48:15 -05:00
plugins.sbt Node (#490) 2019-06-04 09:53:00 -05:00