mirror of https://codeberg.org/pzp/pzp-hub.git
apply prettier
This commit is contained in:
parent
847c2cca1f
commit
a03950ac30
|
@ -18,7 +18,9 @@ module.exports = function startPeer() {
|
||||||
},
|
},
|
||||||
connections: {
|
connections: {
|
||||||
incoming: {
|
incoming: {
|
||||||
net: [{scope: 'public', transform: 'shse', port: 8008, host: '0.0.0.0'}],
|
net: [
|
||||||
|
{ scope: 'public', transform: 'shse', port: 8008, host: '0.0.0.0' },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
outgoing: {
|
outgoing: {
|
||||||
net: [{ transform: 'shse' }],
|
net: [{ transform: 'shse' }],
|
||||||
|
|
Loading…
Reference in New Issue