UNPKG

xapi-activities

Version:
49 lines (48 loc) 1.11 kB
import { S3 } from 'aws-sdk'; declare const _default: { defaultTimeout: number; express: { bodyParserLimit: string; customRoute: string; customRouteText: string; morganDirectory: string; port: number; }; fetchAuthRepo: { llClientInfoEndpoint: string; }; lang: string; localStorageRepo: { storageDir: string; }; mongoModelsRepo: { url: string; }; repoFactory: { authRepoName: string; modelsRepoName: string; storageRepoName: string; }; s3StorageRepo: { awsConfig: S3.ClientConfiguration; bucketName: string; subFolder: string; }; winston: { cloudWatch: { awsConfig: { accessKeyId: string; region: string; secretAccessKey: string; }; enabled: boolean; level: string; logGroupName: string; logStreamName: string; }; console: { level: string; }; }; }; export default _default;