@churchapps/apihelper
Version:
Library of helper functions not specific to any one ChurchApps project or framework.
17 lines • 591 B
TypeScript
export declare class EnvironmentBase {
static appEnv: string;
static appName: string;
static s3Bucket: string;
static connectionString: string;
static contentRoot: string;
static encryptionKey: string;
static fileStore: string;
static jwtSecret: string;
static mailSystem: string;
static smtpHost: string;
static smtpPass: string;
static smtpSecure: boolean;
static smtpUser: string;
static populateBase(jsonData: Record<string, unknown>, appName: string, appEnv: string): Promise<void>;
}
//# sourceMappingURL=EnvironmentBase.d.ts.map