Skip to content

Commit 04c4f6a

Browse files
author
MattDHill
committed
Merge branch 'master' of github.com:MattDHill/borker-server
2 parents 681d549 + 2b62956 commit 04c4f6a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,13 @@ https://github.com/nodesource/distributions/blob/master/README.md
3838
```cp ormconfig-sample.json ormconfig.json```
3939

4040
### 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
4542
"start": 2776580, // starting block height to begin sync. Cannot be below 2776580 (borker genesis)
4643
"ssl": { // ssl information to run node over https
4744
"cert": "",
48-
"key": "",
49-
"root": "",
50-
"bundle": "",
51-
"domain": ""
45+
"privkey": "",
46+
"chain": "",
47+
"fullchain": ""
5248
}
5349
```
5450
### Install packages

0 commit comments

Comments
 (0)