Skip to content

Commit

Permalink
Add yarn start-multi2 to allow for easier multi device testing (3 cli…
Browse files Browse the repository at this point in the history
…ents, 2 are linked)
  • Loading branch information
Beaudan Brown committed Oct 3, 2019
1 parent ecb1b31 commit 300802a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/development-2.json
@@ -0,0 +1,13 @@
{
"storageProfile": "development2",
"localServerPort": "8083",
"seedNodeList": [
{
"ip": "storage.testnetseed1.loki.network",
"port": "38157"
}
],
"openDevTools": true,
"defaultPublicChatServer": "https://chat-dev.lokinet.org/"
}

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -14,6 +14,7 @@
"postinstall": "electron-builder install-app-deps && rimraf node_modules/dtrace-provider",
"start": "electron .",
"start-multi": "NODE_APP_INSTANCE=1 electron .",
"start-multi2": "NODE_APP_INSTANCE=2 electron .",
"start-prod": "NODE_ENV=production NODE_APP_INSTANCE=devprod LOKI_DEV=1 electron .",
"start-prod-multi": "NODE_ENV=production NODE_APP_INSTANCE=devprod1 LOKI_DEV=1 electron .",
"grunt": "grunt",
Expand Down

0 comments on commit 300802a

Please sign in to comment.