screeps-api
    Preparing search index...

    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?: 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