~popey/+junk/storjshare-stable

« back to all changes in this revision

Viewing changes to example/daemon.config.json

  • Committer: Alan Pope
  • Date: 2017-04-28 11:33:41 UTC
  • Revision ID: alan@popey.com-20170428113341-9bbtdmz02xuhd3u9
snapshot of 2.5.1 stable build

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  // Bind Dnode RPC server to this port
 
3
  "daemonRpcPort": 45015,
 
4
  // Interface to bind Dnode RPC server, if your host is public, be sure to 
 
5
  // leave this as "127.0.0.1" to prevent others from controlling your nodes
 
6
  // You can set this to a public address if you'd like to control your shares
 
7
  // remotely, however you must secure access on your own - you have been 
 
8
  // warned
 
9
  "daemonRpcAddress": "127.0.0.1",
 
10
  // Path to write daemon log file to disk, leave blank to default to:
 
11
  // $HOME/.config/storjshare/logs/daemon.log
 
12
  "daemonLogFilePath": "",
 
13
  // Determines how much detail is shown in the log:
 
14
  // 4 - DEBUG | 3 - INFO | 2 - WARN | 1 - ERROR | 0 - SILENT
 
15
  "daemonLogVerbosity": 3
 
16
}