Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Externalized Configuration

Pragya Keshap answered on February 20, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • Externalizing application configuration

  • Externalized Configuration

    0

    Often services need to be run in different environments. Environment-specific configuration is required, such as secret keys, database credentials, and so on. Changing the service for each environment has a number of drawbacks. So how we can enable a service to run in multiple environments without modification?

    Here comes the Externalized configuration pattern as this enables the externalization of all application configurations including the database credentials and network location.

    For example, the Spring Boot framework enables externalized configuration, which allows you to read configuration from many sources and potentially change previously specified configuration settings based on the reading order. FastAPI, thankfully, has built-in support for externalized configuration.

    Read more: https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-principles.html#ixzz7tpKB57bX

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 20 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.