ssb-g1-tip/ssb-server/config

19 lines
362 B
Plaintext
Raw Normal View History

2020-03-23 08:52:28 +01:00
{
"connections": {
"incoming": {
"net": [
{
2020-03-25 11:15:29 +01:00
"scope": "public", "external": ["0.0.0.0"], "transform": "shs", "port": 8008
2020-03-23 08:52:28 +01:00
},
2020-03-25 11:15:29 +01:00
{ "scope": "private", "transform": "shs", "port": 8008, "host": "0.0.0.0" }
2020-03-23 08:52:28 +01:00
]
},
"outgoing": {
"net": [
{
"transform": "shs"
}
]
}
}
}