File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,13 @@ https://github.com/nodesource/distributions/blob/master/README.md
38
38
``` cp ormconfig-sample.json ormconfig.json ```
39
39
40
40
### Edit borkerconfig.json
41
- ``` "superdogeURLs": [], // array of preferred superdoge urls
42
- "registryURLs": [], // array of prefered registry urls
43
- "discover": true, // should the node use a registry to discover superdoge nodes?
44
- "register": true, // should the node register itself with a registry?
41
+ ``` "externalip": "", // ip/url of prefered superdoge node
45
42
"start": 2776580, // starting block height to begin sync. Cannot be below 2776580 (borker genesis)
46
43
"ssl": { // ssl information to run node over https
47
44
"cert": "",
48
- "key": "",
49
- "root": "",
50
- "bundle": "",
51
- "domain": ""
45
+ "privkey": "",
46
+ "chain": "",
47
+ "fullchain": ""
52
48
}
53
49
```
54
50
### Install packages
You can’t perform that action at this time.
0 commit comments