screeps-api
Github
npm
Preparing search index...
ScreepsRawServerConfig
Interface ScreepsRawServerConfig
Server configuration schema from
ScreepsJsonConfig
/
ScreepsYamlConfig
interface
ScreepsRawServerConfig
{
email
?:
string
;
host
?:
string
;
hostname
?:
string
;
password
?:
string
;
path
?:
string
;
pathname
?:
string
;
port
?:
number
;
protocol
?:
string
;
ptr
?:
boolean
;
season
?:
boolean
;
secure
?:
boolean
;
token
?:
string
;
url
?:
string
;
username
?:
string
;
}
Index
Properties
email?
host?
hostname?
password?
path?
pathname?
port?
protocol?
ptr?
season?
secure?
token?
url?
username?
Properties
Optional
email
email
?:
string
Optional
host
host
?:
string
Optional
hostname
hostname
?:
string
Optional
password
password
?:
string
Optional
path
path
?:
string
Optional
pathname
pathname
?:
string
Optional
port
port
?:
number
Optional
protocol
protocol
?:
string
Optional
ptr
ptr
?:
boolean
Optional
season
season
?:
boolean
Optional
secure
secure
?:
boolean
Optional
token
token
?:
string
Optional
url
url
?:
string
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
host
hostname
password
path
pathname
port
protocol
ptr
season
secure
token
url
username
Github
npm
screeps-api
Loading...
Server configuration schema from ScreepsJsonConfig/ScreepsYamlConfig