Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added missing forward slash to Windows user home directory path

...

  1. The current directory:
    Code Block
    ./{WEBAPP NAME}-runtime.properties
  2. Using the environment variable
    Code Block
    {WEBAPP NAME}_RUNTIME_PROPERTIES_FILE
  3. User's home directory
    • Windows:
      Code Block
      {APPDATA}/OpenMRS/{WEBAPP NAME}-runtime.properties
    • *Linux:
      Code Block
      ~/.OpenMRS/{WEBAPP NAME}-runtime.properties
      (NOTE: On Linux, in some occasions, it is still necessary to set the
      Code Block
      {WEBAPP NAME}_RUNTIME_PROPERTIES_FILE
      environment variable to point to your file in order to get OpenMRS to read it.)
  4. In the current directory

...