Frachtwerk / essencium-frontend

Next.js based starter monorepo consisting of a component library, types, docs and a boilerplate application.
https://staging.essencium.dev
GNU Lesser General Public License v3.0
17 stars 1 forks source link

Add runtime config functionality via env vars #605

Open qhantom opened 1 month ago

qhantom commented 1 month ago

Description To pass environment variables during runtime not only build-time, we need to make some adjustments. The main reason for this implementation is to pass API URLs per deployment and per container instead of building multiple builds for each environment.