update boilerplate and demo configs

This commit is contained in:
Iuri Matias 2017-10-21 15:28:59 -04:00
parent 15d6a56def
commit 65da185c46
8 changed files with 46 additions and 6 deletions

View File

@ -12,7 +12,8 @@
"rpcCorsDomain": "http://localhost:8000", "rpcCorsDomain": "http://localhost:8000",
"account": { "account": {
"password": "config/development/password" "password": "config/development/password"
} },
"wsOrigins": "http://localhost:8000"
}, },
"testnet": { "testnet": {
"enabled": true, "enabled": true,

View File

@ -2,6 +2,11 @@
"default": { "default": {
"enabled": true, "enabled": true,
"provider": "whisper", "provider": "whisper",
"available_providers": ["whisper", "orbit"] "available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
} }
} }

View File

@ -1,5 +1,18 @@
{ {
"default": { "default": {
"versions": {
"web3.js": "1.0.0-beta",
"solc": "0.4.18"
},
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto", "gas": "auto",
"contracts": { "contracts": {
} }

View File

@ -11,6 +11,7 @@
"enabled": true, "enabled": true,
"provider": "ipfs", "provider": "ipfs",
"host": "localhost", "host": "localhost",
"port": 5001 "port": 5001,
"getUrl": "http://localhost:8080/ipfs/"
} }
} }

View File

@ -12,7 +12,8 @@
"rpcCorsDomain": "http://localhost:8000", "rpcCorsDomain": "http://localhost:8000",
"account": { "account": {
"password": "config/development/password" "password": "config/development/password"
} },
"wsOrigins": "http://localhost:8000"
}, },
"testnet": { "testnet": {
"enabled": true, "enabled": true,

View File

@ -2,6 +2,11 @@
"default": { "default": {
"enabled": true, "enabled": true,
"provider": "whisper", "provider": "whisper",
"available_providers": ["whisper", "orbit"] "available_providers": ["whisper", "orbit"],
"connection": {
"host": "localhost",
"port": 8546,
"type": "ws"
}
} }
} }

View File

@ -1,5 +1,18 @@
{ {
"default": { "default": {
"versions": {
"web3.js": "1.0.0-beta",
"solc": "0.4.18"
},
"deployment": {
"host": "localhost",
"port": 8545,
"type": "rpc"
},
"dappConnection": [
"$WEB3",
"http://localhost:8545"
],
"gas": "auto", "gas": "auto",
"contracts": { "contracts": {
"SimpleStorage": { "SimpleStorage": {

View File

@ -11,6 +11,7 @@
"enabled": true, "enabled": true,
"provider": "ipfs", "provider": "ipfs",
"host": "localhost", "host": "localhost",
"port": 5001 "port": 5001,
"getUrl": "http://localhost:8080/ipfs/"
} }
} }