mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 14:38:32 +08:00
31 lines
361 B
Plaintext
31 lines
361 B
Plaintext
![]() |
patch: {}
|
||
|
auth: {}
|
||
|
account: {}
|
||
|
ships: [
|
||
|
{
|
||
|
blocks: [block_1]
|
||
|
},
|
||
|
]
|
||
|
blocks: [
|
||
|
{
|
||
|
name: block_1
|
||
|
},
|
||
|
]
|
||
|
proxy: {
|
||
|
remoteAddress: localhost
|
||
|
servers: [
|
||
|
{
|
||
|
name: pc_proxy
|
||
|
version: PC
|
||
|
bindPort: 11000
|
||
|
remotePort: 21000
|
||
|
}
|
||
|
{
|
||
|
name: bb_proxy
|
||
|
version: BB
|
||
|
bindPort: 11001
|
||
|
remotePort: 21001
|
||
|
}
|
||
|
]
|
||
|
}
|