mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
19 lines
285 B
JSON
19 lines
285 B
JSON
|
{
|
||
|
"servers": [
|
||
|
{
|
||
|
"type": "client",
|
||
|
"port": 22280,
|
||
|
"listen": "0.0.0.0",
|
||
|
"ssl.key": null,
|
||
|
"ssl.cert": null
|
||
|
},
|
||
|
{
|
||
|
"type": "admin",
|
||
|
"port": 22281,
|
||
|
"listen": "127.0.0.1",
|
||
|
"ssl.key": null,
|
||
|
"ssl.cert": null
|
||
|
}
|
||
|
]
|
||
|
}
|