UNPKG

actionhero

Version:

The reusable, scalable, and quick node.js API server for stateless and stateful applications

58 lines (57 loc) 1.54 kB
export declare const DEFAULT: { general: (config: any) => { apiVersion: any; serverName: any; serverToken: string; cachePrefix: string; lockPrefix: string; lockDuration: number; simultaneousActions: number; enforceConnectionProperties: boolean; disableParamScrubbing: boolean; enableResponseLogging: boolean; filteredParams: any[]; filteredResponse: any[]; missingParamChecks: string[]; directoryFileType: string; fileRequestLogLevel: string; defaultMiddlewarePriority: number; channel: string; rpcTimeout: number; cliIncludeInternal: boolean; paths: { action: string[]; task: string[]; server: string[]; cli: string[]; initializer: string[]; public: string[]; pid: string[]; log: string[]; plugin: string[]; locale: string[]; test: string[]; src: string; dist: string; }; startingChatRooms: {}; }; }; export declare const test: { general: (config: any) => { serverToken: string; startingChatRooms: { defaultRoom: {}; otherRoom: {}; }; paths: { locale: string[]; }; rpcTimeout: number; }; }; export declare const production: { general: (config: any) => { fileRequestLogLevel: string; }; };