...
Overviewrun.config.ts.ts
Documents the configuration parameters.
...
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>
...
- base.url = the URL to the web application, including application context (e.g. http://snomed.terminology.toolslocalhost:8080/term-server-rest)
There are several major categories of configuration file properties. Each of these is documented in its corresponding documentation section.
...