Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 811 Bytes

application.md

File metadata and controls

14 lines (10 loc) · 811 Bytes

Environment variables

It should be normal, that all your configuration could be set and/or overwritten by environment variables.

In this example you have to set the following environment variables to execute the application correctly. You should never store username or passwords inside your code. Also references to external systems could be critical.

An exception could be username and passwords which are used for docker-compose. They are already part of the source code.

Environment variable name Comment
SPRING_PROFILES_ACTIVE local or cloud
SPRING_DATA_MONGODB_URI mongodb://username:password@localhost:27017/overview?authSource=admin