You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/in-depth/deploy-destinations.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,14 @@
1
1
# Deploy destinations
2
2
3
-
The `screeps.json` file is a JSON configuration file separated into multiple deploy destinations. We've given you three primary destinations by default.
3
+
The `screeps.json` file is a JSON configuration file separated into multiple deploy destinations. We've given you four primary destinations by default.
4
+
5
+
See [here](/docs/getting-started/authenticating.md) for steps to generate your API token.
4
6
5
7
```javascript
6
8
{
7
9
// Used for deploying to the main world
8
10
"main": {
9
-
"email":"you@provider.tld",
10
-
"password":"Password",
11
+
"token":"YOUR_TOKEN",
11
12
"protocol":"https",
12
13
"hostname":"screeps.com",
13
14
"port":443,
@@ -16,18 +17,25 @@ The `screeps.json` file is a JSON configuration file separated into multiple dep
0 commit comments