We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db41c33 commit 7c32b4aCopy full SHA for 7c32b4a
1 file changed
src/Node/Blockcore.Node/Properties/launchSettings.json
@@ -95,6 +95,14 @@
95
"IMPLX (TEST/LOCAL)": {
96
"commandName": "Project",
97
"commandLineArgs": "--chain=IMPLX -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
98
+ },
99
+ "EXOS (MAIN)": {
100
+ "commandName": "Project",
101
+ "commandLineArgs": "--chain=EXOS -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser"
102
103
+ "EXOS (MAIN/LOCAL)": {
104
105
+ "commandLineArgs": "--chain=EXOS -server -whitelist=192.168.1.180 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
106
}
107
108
0 commit comments