Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #67 from rixombea/master
Browse files Browse the repository at this point in the history
update default settings
  • Loading branch information
rixombea committed Jan 15, 2019
2 parents 8473a73 + a01f4d8 commit 3f5fbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.js
Expand Up @@ -30,6 +30,7 @@ const DEFAULT_SETTINGS = {
service_password: crypto.randomBytes(32).toString('hex'),
daemon_host: config.remoteNodeDefaultHost,
daemon_port: config.daemonDefaultRpcPort,
node_address: `${config.remoteNodeDefaultHost}:${config.daemonDefaultRpcPort}`,
pubnodes_date: null,
pubnodes_data: config.remoteNodeListFallback,
pubnodes_custom: ['127.0.0.1:11898'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -84,7 +84,7 @@
"mac": {
"artifactName": "${productName}-v${version}-${os}-${arch}.${ext}",
"category": "public.app-category.business",
"target": "tar.gz"
"target": "zip"
}
},
"postinstall": "./node_modules/.bin/electron-builder install-app-deps"
Expand Down

0 comments on commit 3f5fbb3

Please sign in to comment.