28 lines
492 B
JSON
28 lines
492 B
JSON
{
|
|
"main": {
|
|
"token": "YOUR_TOKEN",
|
|
"protocol": "https",
|
|
"hostname": "screeps.com",
|
|
"port": 443,
|
|
"path": "/",
|
|
"branch": "main"
|
|
},
|
|
"sim": {
|
|
"token": "YOUR_TOKEN",
|
|
"protocol": "https",
|
|
"hostname": "screeps.com",
|
|
"port": 443,
|
|
"path": "/",
|
|
"branch": "sim"
|
|
},
|
|
"pserver": {
|
|
"email": "username",
|
|
"password": "Password",
|
|
"protocol": "http",
|
|
"hostname": "1.2.3.4",
|
|
"port": 21025,
|
|
"path": "/",
|
|
"branch": "main"
|
|
}
|
|
}
|