Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to override environment on spring client startup #654

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 28, 2021

  1. Allow to override environment on spring client startup

    Spring.env_override can be set to
    - false (default) for current behaviour
    - true to always override client provided environment variables in the
      application
    - an array listing the environment variables to override in the
      application
    
    The after_fork callback can take an ptional argument that contains the
    Spring provided environment to help the application detect when there is
    a mismatch between application environment and provided environment.
    mildred committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    8d50ed8 View commit details
    Browse the repository at this point in the history