Parameters
| Possible values | Description | Available from |
---|
as variable name in the config file | as environment variable with namespace "planta__server__" as prefix | | | |
---|
prometheus | prometheus | Boolean | activation of prometheus interface, default false | S 39.5.34 |
prometheus_port | prometheus_port | Int | port number the web server listens on; required parameter (prometheus is implicitely deactivated when no port is configured) | S 39.5.34 |
prometheus_interface | prometheus_interface | host name/ip address | interface the web server is bound to; localhost by default | S 39.5.34 |
monitoring | monitoring | Boolean | activation of monitoring interface, default false |
|
monitoring_port | monitoring_port | Int | port number the web server listens on; required parameter (monitoring is implicitely deactivated when no port is configured) |
|
monitoring_interface | monitoring_interface | host name/ip address | interface the web server is bound to; localhost by default |
|
services | services | Boolean | Deprecated, generic_service used instead. |
|
services_port | services_port | Int | Deprecated, generic_service_port used instead. |
|
services_interface | services_interface | host name/ip address | Deprecated, generic_service_interface used instead. |
|
services_doc | services_doc | Boolean | activation of web services documentation, false by default |
|
services_doc_port | services_doc_port | Int | port number the web server listens on; required parameter (web services documentation is implicitly deactivated when no port is configured) |
|
| generic_service | Boolean | activation of web service documentation, false by default |
|
| generic_service_port | Int | port number of the PLANTA link web services listens on; required parameter (web services are implicitely deactivated when no port is configured) |
|
generic_service_interface
| generic_service_interface | host name/ip address | interface the web server is bound to; localhost by default |
|
ssl_swagger_enable | ssl_swagger_enable | Boolean | Deprecated |
|
ssl_generic_enable | ssl_generic_enable | Boolean | enable SSL for PLANTA link web services, false by default |
|
ssl_services_docs_enable | ssl_services_docs_enable | Boolean | enable SSL for web services documentation, false by default |
|
ssl_keystore_password | ssl_keystore_password | Int | password for the JavaKeystore |
|
ssl_keystore | ssl_keystore | path | path to the Java Keystore |
|
cross_origin_filter_all | cross_origin_filter_all | Boolean | Cross Site Scripting Filter which needs to be enabled, true by default |
|
apikey_auth_filter_swagger | apikey_auth_filter_swagger | Boolean | Deprecated |
|
apikey_auth_filter_generic | apikey_auth_filter_generic | Boolean | ApiKey authentication for PLANTA pulse web services, true by default |
|
saml_auth_filter_pulse | saml_auth_filter_pulse | Boolean | SAML authentication for all web services, true by default |
|