Skip to content

Commit

Permalink
Added usage readme for merging configs
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 committed Sep 5, 2018
1 parent 924d1f5 commit 53f52c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For reference on all existing options, their description and defaults you may re
To override needed options you may use one of the following ways:
* put your options to the `<working dir>/config/ethereumj.conf` file
* put `user.conf` to the root of your classpath (as a resource)
* put your options to any file and supply it via `-Dethereumj.conf.file=<your config>`
* put your options to any file and supply it via `-Dethereumj.conf.file=<your config>`, accepts several configs, separated by comma applied in provided order: `-Dethereumj.conf.file=<config1>,<config2>`
* programmatically by using `SystemProperties.CONFIG.override*()`
* programmatically using by overriding Spring `SystemProperties` bean

Expand Down

0 comments on commit 53f52c0

Please sign in to comment.