Vue_Cocos/src/assets/config.json

49 lines
854 B
JSON
Raw Normal View History

2022-07-26 14:09:04 +08:00
{
"ServerList": [
{
"name": "內版",
"host": "http://220.134.195.1",
"port": "19005"
},
{
"name": "肉乾 9006",
"host": "http://192.168.5.230",
"port": "9006"
},
{
"name": "肉乾 9007",
"host": "http://192.168.5.230",
"port": "9007"
},
{
"name": "40 9487",
"host": "http://192.168.5.12",
"port": "9487"
},
{
"name": "送審",
"host": "https://submit.online-bj.com",
"port": "9005"
},
{
"name": "外版",
"host": "https://game.online-bj.com",
"port": "9005"
},
{
"name": "testing1",
"host": "http://bj-testing1.casino.catan.com.tw",
"port": "9005"
},
{
"name": "testing2",
"host": "http://bj-testing2.casino.catan.com.tw",
"port": "9005"
},
{
"name": "testing3",
"host": "http://bj-testing3.casino.catan.com.tw",
"port": "9005"
}
]
}