Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wizd committed Aug 7, 2020
1 parent 5e00f15 commit 1b41380
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Core/Lyra.Node2/config.mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"DexDBConnect": "mongodb://lexuser:Xejg03sjd@127.0.0.1/dex"
},
"Wallet": {
"Name": "poswallet"
"Name": "poswallet",
"Password": ""
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion Core/Lyra.Node2/config.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"DexDBConnect": "mongodb://lexuser:alongpassword@127.0.0.1/wizdex"
},
"Wallet": {
"Name": "poswallet"
"Name": "poswallet",
"Password": ""
},
"FeeAccountId": ""
}
Expand Down

0 comments on commit 1b41380

Please sign in to comment.