crypti-cli
Version:
Crypti DApps Command Line Interface
51 lines • 790 B
JSON
{
"port": 7040,
"address": "0.0.0.0",
"serveHttpAPI": true,
"serveHttpWallet": true,
"version": "0.5.0",
"fileLogLevel": "info",
"consoleLogLevel": "log",
"sharePort": true,
"api": {
"access": {
"whiteList": []
}
},
"peers": {
"list": [],
"blackList": [],
"options": {
"timeout": 20000
}
},
"forging": {
"secret": [
],
"access": {
"whiteList": [
"127.0.0.1"
]
}
},
"loading": {
"verifyOnLoading": true,
"loadPerIteration": 5000
},
"sia": {
"peers": []
},
"ssl": {
"enabled": false,
"options": {
"port": 443,
"address": "0.0.0.0",
"key": "./ssl/crypti.key",
"cert": "./ssl/crypti.crt"
}
},
"dapp": {
"autoexec": [
]
}
}