Skip to content

Instantly share code, notes, and snippets.

@toshiyukihina
Last active December 22, 2015 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshiyukihina/6436978 to your computer and use it in GitHub Desktop.
Save toshiyukihina/6436978 to your computer and use it in GitHub Desktop.
{
"config_log" : {
"direction" : "syslog",
"filter" : {
"error" : true,
"warn" : true,
"info" : true,
"trace" : true,
"debug" : true
},
"syslog" : {
"ident" : "SUNSYNC",
"facility" : "user",
"priority" : "notice"
},
"file" : {
"path" : "/var/log/sunsync.log",
"limitSize" : 2048000
}
},
"setup" : {
"url" : "https://sandbox.service-sync.com/bootstrap/setup",
"retryIntervalSec" : 300,
"maxRetries" : 5
},
"polling" : {
"longPolling" : true,
"queryOnStart" : true,
"timeoutSec" : 5400
},
"system" : {
"flushCommand" : "config save"
},
"plugin" : {
"root" : "/opt/sunsync-sim/plugins"
},
"package" : {
"root" : "/opt/sunsync-sim/apps",
"cert" : "/opt/sunsync-sim/moat.pem"
},
"program" : {
"launcher" : "sunsync_applauncher",
"hbchecker" : "sunsync_hbchecker"
},
"inet" : {
"connectionTimeoutSec" : 30,
"connectionMaxRetries" : 60,
"connectionRetryIntervalSec" : 10,
"sendTimeoutSec" : 30,
"receiveTimeoutSec" : 30
},
"scpu" : {
"maxRetries" : 3,
"retryIntervalSec" : 30
},
"ubenv" : {
"maxRetries" : 3,
"retryIntervalSec" : 30
},
"led" : {
"enabled" : true,
"number" : 2
},
"hb" : {
"intervalSec" : 1800,
"timeoutSec" : 60
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment