-
Notifications
You must be signed in to change notification settings - Fork 0
/
runner-config.json
29 lines (29 loc) · 1.21 KB
/
runner-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "opcb-runner/runner-config.schema.json",
"logLevel": "info",
"paths": {
"opcbRs485TtyOperatorBin": "./opcb-rs485-tty-operator",
"opcbModbusTcpClientBin": "./opcb-modbus-tcp-client",
"opcbModbusTcpServerBin": "./opcb-modbus-tcp-server",
"opcbOvervisRcClientBin": "./opcb-overvis-rc-client",
"opcbLorasensGatewayBin": "./opcb-lorasens-gateway",
"redisBinary": "./redis-server",
"binCwd": "/opcb/bin",
"redisConfig": "../redis.conf",
"configFile": "../user/config.json",
"factoryConfigFile": "../user/factory-config.json",
"manufacturerFile": "../MANUFACTURER_LICENSE",
"redisSocket": "/tmp/opcb-redis.sock",
"sqliteDbPath": "../user/opcb.sqlite3",
"sqliteMemDbPath": "/tmp/opcb-mem.sqlite3",
"sqliteLibDir": "../bin",
"staticFilesDir": "../http-static",
"labelFile": "../user/label.png",
"changelogFile": "../CHANGELOG.md",
"userTasksProjectDir": "../user/tasks",
"tasksProjectTemplateArchive": "../tasks-template.tar.gz"
},
"sentry": {
"dsn": "https://[email protected]/4505284224024576"
}
}