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

Implemented: getEnvironmentProperty to allow environment variable configuration (OFBIZ-9498) #355

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Commits on Jan 3, 2022

  1. Implements getEnvironmentProperty to allow environment variable confi…

    …guration
    
    This will enable configuration of one OFBiz instance without modifying
    source code, using environment variables.
    Available in :
    * property files
    * serviceengine.xml
    * entityengine.xml
    * build.gradle (native)
    gilPts committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    c73bfb8 View commit details
    Browse the repository at this point in the history
  2. Implements getEnvironmentProperty to allow environment variable confi…

    …guration
    
    This commit add unit test and documentation regarding the improvement
    
    Thanks Eugen for the review
    gilPts committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8606b77 View commit details
    Browse the repository at this point in the history