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 ...
- tags: spring-boot, 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...
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:
- Explore the default environments the Angular CLI creates.
- Modify the environment information.
- Explain how to create a new environment with our own configuration.
- 📆 published on: 2018-07-19
- tags: angular, environment-variables
- source code
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.
- 📆 published on: 2017-07-25
- tags: reactjs, environment-variables