Skip to content

Commit

Permalink
Add EXOS to launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Jan 16, 2021
1 parent db41c33 commit 7c32b4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Node/Blockcore.Node/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
"IMPLX (TEST/LOCAL)": {
"commandName": "Project",
"commandLineArgs": "--chain=IMPLX -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
},
"EXOS (MAIN)": {
"commandName": "Project",
"commandLineArgs": "--chain=EXOS -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser"
},
"EXOS (MAIN/LOCAL)": {
"commandName": "Project",
"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"
}
}
}

0 comments on commit 7c32b4a

Please sign in to comment.