You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
370B

  1. module.exports = {
  2. cookiePassword: "0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
  3. debug: false,
  4. // Uncomment "smartcashd" below to automatically connect via RPC.
  5. // Otherwise, you can manually connect via the UI.
  6. smartcashd:{
  7. host:"127.0.0.1",
  8. port:5567,
  9. rpc: {
  10. username:"vivorpc",
  11. password:"c46d58eb99da24bb0392875f"
  12. }
  13. }
  14. };