environment-variables.md

July 15, 2021 · View on GitHub

Bookmarks tagged [environment-variables]

www.codever.land/bookmarks/t/environment-variables

Spring Boot Externalized Configuration

https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html

Spring Boot lets you externalize your configuration so that you can work with the same application code in different environments. You can use properties files, YAML files, environment variables, and ...


Google Cloud Functions - Using Environment Variables

https://cloud.google.com/functions/docs/env-var

Environment variables in Cloud Functions is a feature that allows you to specify arbitrary key/value pairs at the time of deployment which will be surfaced as literal [environment variables](https://w...


Environment variables in Compose

https://docs.docker.com/compose/environment-variables/

How to set, use and manage environment variables in Compose


Becoming an Angular Environmentalist - Angular In Depth

https://blog.angularindepth.com/becoming-an-angular-environmentalist-45a48f7c20d8

In this article we will:

  1. Explore the default environments the Angular CLI creates.
  2. Modify the environment information.
  3. Explain how to create a new environment with our own configuration.

Using React in Multiple Environments

https://daveceddia.com/multiple-environments-with-react/

You’ve got a React app working locally, but how can you deploy it to different environments?

Several useful alternatives are presented.