Skip to content

Commit 8814879

Browse files
author
Łukasz Gąsior
committed
Better config doc
1 parent e43749a commit 8814879

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/main/resources/application.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ mantis {
1717
# timeout for shutting down the ActorSystem
1818
shutdown-timeout = "15.seconds"
1919

20-
# Whether to run Mantis in test mode (enables test_ RPC endpoints; similar to --test flag in cpp-ethereum)
20+
# Whether to run Mantis in test mode (similar to --test flag in cpp-ethereum).
21+
# When set, test validators and consensus are used by this node.
22+
# It also enables test_ RPC endpoints.
2123
testmode = false
2224

2325
# one of the algorithms defined here:

src/universal/conf/mantis.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ include "consensus.conf"
2727
# Note that any settings in this file will override the ones defined in the files above
2828
# include "ropsten.conf"
2929

30-
# Uncomment to run Mantis in test-mode (enables test_ RPC endpoints; similar to --test flag in cpp-ethereum)
30+
# Uncomment to run Mantis in test-mode (similar to --test flag in cpp-ethereum).
31+
# When set, test validators and consensus are used by this node.
32+
# It also enables test_ RPC endpoints.
3133
# include "testmode.conf"

0 commit comments

Comments
 (0)