My software team recently needed runtime configuration in our web app’s frontend. Here, I’ll describe what that means and how we achieved it. For example, when your backend server retrieves its database connection string from an environment variable, that’s runtime config.
Full article