Andrew Ferrazzutti
f47bcd3f0c
- Add .dockerignore files - Make default Node config force-overwrite its socket file - puppet.sock -> rpc.sock - Warn against starting bridge module before node module
8 lines
82 B
JSON
8 lines
82 B
JSON
{
|
|
"listen": {
|
|
"type": "unix",
|
|
"path": "/data/rpc.sock",
|
|
"force": true
|
|
}
|
|
}
|