UNPKG

@accounter/server

Version:

33 lines (32 loc) 892 B
export declare const env: { readonly postgres: { readonly host: string; readonly port: number; readonly db: string; readonly user: string; readonly password: string; readonly ssl: boolean; }; readonly cloudinary: { readonly name: string | undefined; readonly apiKey: string | undefined; readonly apiSecret: string | undefined; }; readonly greenInvoice: { readonly id: string | undefined; readonly secret: string | undefined; }; readonly authorization: { readonly users: string | void; readonly adminBusinessId: string; }; readonly hive: { readonly hiveToken: string | undefined; }; readonly google: { readonly driveApiKey: string | undefined; }; readonly deel: { readonly apiToken: string | undefined; }; };