/// import { BinaryToTextEncoding } from "crypto"; export declare class Config { static _initialize(): void; private static init; /** ===================================================== PITMART_HOME ===================================================== */ static get PITMART_HOME(): string; static set PITMART_HOME(value: string); /** //===================================================== // PERMISSIONLEVELS //===================================================== */ static permissionLevels: { NORMAL_USER: number; CONFIRMED_USER: number; VERIFIED_USER: number; PAID_USER: number; ADMIN: number; }; static get EMAIL_SYSTEM_NOTIFICATION(): string; static set EMAIL_SYSTEM_NOTIFICATION(value: string); static get EMAIL_SYSTEM_NOTIFICATION_ALIAS(): string; static set EMAIL_SYSTEM_NOTIFICATION_ALIAS(value: string); /** * ===================================================== * Fecha de vencimiento * ===================================================== * 60: segundos * 60: minutos * 24: horas * 30: días * Ej. * TOKEN_EXPIRATION = 60 * 60 * 24 * 30; * TOKEN_EXPIRATION = '1h'; */ static get TOKEN_EXPIRATION(): string; static set TOKEN_EXPIRATION(value: string); /** * ===================================================== * SECRET * ===================================================== */ static get SECRET(): string; static set SECRET(value: string); /** * ===================================================== * SEED * ===================================================== */ static get SEED(): string; static set SEED(value: string); /** * ===================================================== * PUBLIC_URL * ===================================================== */ static get PUBLIC_URL(): string; static set PUBLIC_URL(value: string); /** * ===================================================== * PORT * ===================================================== */ static get PORT(): number; static set PORT(value: number); /** * ===================================================== * PITMART_API_URL * ===================================================== */ static get PITMART_API_URL(): string; static set PITMART_API_URL(value: string); /** * ===================================================== * PITMART_HOST * ===================================================== */ static get PITMART_HOST(): string; static set PITMART_HOST(value: string); /** * ===================================================== * PITMART_HOST_TIME_OUT * ===================================================== */ static get PITMART_HOST_TIME_OUT(): number; static set PITMART_HOST_TIME_OUT(value: number); /** * ===================================================== * ALGORITM * ===================================================== */ static get ALGORITM(): string; static set ALGORITM(value: string); /** * ===================================================== * ENCODINGTYPE * ===================================================== */ static get ENCODINGTYPE(): BinaryToTextEncoding; static set ENCODINGTYPE(value: BinaryToTextEncoding); /** * ===================================================== * AUTH0_DOMAIN * ===================================================== */ static get AUTH0_DOMAIN(): string; static set AUTH0_DOMAIN(value: string); /** * ===================================================== * AUTH0_AUDIENCE * ===================================================== */ static get AUTH0_AUDIENCE(): string; static set AUTH0_AUDIENCE(value: string); /** * ===================================================== * AUTH0_CALLBACK_URL * ===================================================== */ static get AUTH0_CALLBACK_URL(): string; static set AUTH0_CALLBACK_URL(value: string); /** * ===================================================== * AUTH0_LOGOUT_URL * ===================================================== */ static get AUTH0_LOGOUT_URL(): string; static set AUTH0_LOGOUT_URL(value: string); /** * ===================================================== * AUTH0_CLIENT_ID * ===================================================== */ static get AUTH0_CLIENT_ID(): string; static set AUTH0_CLIENT_ID(value: string); /** * ===================================================== * AUTH0_SCOPE * ===================================================== */ static get AUTH0_SCOPE(): string; static set AUTH0_SCOPE(value: string); /** * ===================================================== * ENVIRONMENT * ===================================================== */ static get ENVIRONMENT(): string; static set ENVIRONMENT(value: string); } //# sourceMappingURL=config.d.ts.map