Merge pull request #206 from cubedro/develop
Added verbosity to json config files and readme
This commit is contained in:
commit
610be43048
@ -38,6 +38,7 @@ Configure the app modifying [processes.json](/eth-net-intelligence-api/blob/mast
|
||||
"CONTACT_DETAILS" : "", // add your contact details here if you wish (email/skype)
|
||||
"WS_SERVER" : "wss://stats.ethdev.com", // path to eth-netstats WebSockets api server
|
||||
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic", // WebSockets api server secret used for login
|
||||
"VERBOSITY" : 2 // Set the verbosity (0 = silent, 1 = error, warn, 2 = error, warn, info, success, 3 = all logs)
|
||||
}
|
||||
```
|
||||
|
||||
|
1
app.json
1
app.json
@ -18,6 +18,7 @@
|
||||
"CONTACT_DETAILS" : "",
|
||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
|
||||
"VERBOSITY" : 2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -18,6 +18,7 @@
|
||||
"CONTACT_DETAILS" : "",
|
||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
|
||||
"VERBOSITY" : 2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -37,6 +37,7 @@
|
||||
"CONTACT_DETAILS" : "",
|
||||
"WS_SERVER" : "wss://stats.ethdev.com",
|
||||
"WS_SECRET" : "see http://forum.ethereum.org/discussion/2112/how-to-add-yourself-to-the-stats-dashboard-its-not-automatic",
|
||||
"VERBOSITY" : 2
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user