TeamShiksha / logoexecutive

Logo Executive is your partner in logo exploration. Our platform boasts a collection of APIs designed to simplify the process of obtaining company logos.
https://logoexecutive.vercel.app/
22 stars 14 forks source link

Reduce environment variables to under 4 KB. #327

Closed VinayakaHegade closed 3 months ago

VinayakaHegade commented 3 months ago

What is this issue related to?

None

Description

Currently the size of envs exceeds the size of 4KB provided by netlify. So need to find a way to reduce it to below 4KB. And remove the serviceAccountKey.json from the project all the envs should be listed in respective env/constants file and used from there.

Expected Behavior

Size of the env file should be less than 4KB.

Current Behavior

Size of the env file is greater than 4KB.

Additional Information (optional)

No response

Confirmation Checklist