/
Configuration Settings

Configuration Settings

Overviewrun.config.ts.ts

Documents the configuration parameters.

This is a placeholder page with basic information and will be developed to fully document this aspect of the system.

Details

The system is configured from a single config.properties file that is passed in to the application via environment variables (either for integration testing or dev/prod deployment).  

  • run.config.ts = <path to the server.config file>

There is one required property

  • base.url = the URL to the web application, including application context (e.g. http://localhost:8080/term-server-rest)

 

There are several major categories of configuration file properties.  Each of these is documented in its corresponding documentation section.

  • n/a