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 was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ For reference on all existing options, their description and defaults you may re
102
102
To override needed options you may use one of the following ways:
103
103
* put your options to the `<working dir>/config/ethereumj.conf` file
104
104
* put `user.conf` to the root of your classpath (as a resource)
105
-
* put your options to any file and supply it via `-Dethereumj.conf.file=<your config>`
105
+
* 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>`
106
106
* programmatically by using `SystemProperties.CONFIG.override*()`
107
107
* programmatically using by overriding Spring `SystemProperties` bean
0 commit comments