Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CPS uses very few environment variables which are defined from the OOM charts and they are being used in Application.yml. Eg like:

  • CPS_USERNAME

...

  • CPS_PASSWORD

...

  • DB_USERNAME

...

  • DB_PASSWORD

Java System Properties

Maven exposes all properties from java.lang.System. Anything you can retrieve from System.getProperty() can be referenced as a Maven property and could be used anywhere in the pom.xml. Since these properties would be mostly related to the entire application, it is suggested to define them in parent pom.xml.

...