|
12345678910111213141516 |
- module.exports = {
- cookiePassword: "0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
- debug: false,
-
- // Uncomment "smartcashd" below to automatically connect via RPC.
- // Otherwise, you can manually connect via the UI.
-
- smartcashd:{
- host:"127.0.0.1",
- port:5567,
- rpc: {
- username:"vivorpc",
- password:"c46d58eb99da24bb0392875f"
- }
- }
- };
|