Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 2.75 KB

environment-variables.md

File metadata and controls

42 lines (35 loc) · 2.75 KB

Bookmarks tagged [environment-variables]

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 ...


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...


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

How to set, use and manage environment variables in Compose


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.

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.