UNPKG

@accounter/server

Version:
49 lines (48 loc) 1.23 kB
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 max: number; }; readonly cloudinary: { name: string; apiKey: string; apiSecret: string; } | undefined; readonly greenInvoice: { id: string; secret: string; } | undefined; readonly authorization: { readonly users: string | void; readonly adminBusinessId: string; readonly useAuth0: boolean; }; readonly hive: { hiveToken: string; } | undefined; readonly googleDrive: { driveApiKey: string; } | undefined; readonly deel: { apiToken: string; } | undefined; readonly gmail: { clientId: string; clientSecret: string; refreshToken: string; labelPath: string; cloudProjectId: string; appCredentials: string; topicName: string; subscriptionName: string; } | undefined; readonly auth0: { domain: string; audience: string; } | undefined; };