PHP WebShell

Текущая директория: /opt/BitGoJS/modules/express/dist

Просмотр файла: config.d.ts

import { EnvironmentName, V1Network } from 'bitgo';
import 'dotenv/config';
export interface Config {
    port: number;
    bind: string;
    ipc?: string;
    env: EnvironmentName;
    debugNamespace: string[];
    keyPath?: string;
    crtPath?: string;
    sslKey?: string;
    sslCert?: string;
    logFile?: string;
    disableSSL: boolean;
    disableProxy: boolean;
    disableEnvCheck: boolean;
    timeout: number;
    customRootUri?: string;
    customBitcoinNetwork?: V1Network;
    authVersion: number;
    externalSignerUrl?: string;
    signerMode?: boolean;
    signerFileSystemPath?: string;
    lightningSignerFileSystemPath?: string;
    keepAliveTimeout?: number;
    headersTimeout?: number;
}
export declare const ArgConfig: (args: any) => Partial<Config>;
export declare const EnvConfig: () => Partial<Config>;
export declare const DefaultConfig: Config;
/**
 * Force https:// prefix unless ssl is disabled
 * @param url
 * @return {string}
 */
export declare function forceSecureUrl(url: string): string;
export declare const config: () => Config;
//# sourceMappingURL=config.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!