globals.conf
Parameters | Possible values | Description | Available from | |
---|---|---|---|---|
as variable name in the config file | as environment variable with namespace "planta __ server__ " as prefix | |||
auth.methods | auth__methods | interactive kerberos any |
| |
ldap openidconnect pki |
| S 39.5.34 | ||
proxy osuser legacy secure
|
| Up to S 39.5.31 | ||
| config__server | String (path) | Path to the PLANTA server configuration file (local path under Planta-server-directory); Should not be changed by user | |
| config__hibernate | String (path) | Path to the Hibernate configuration file (local path under Planta-server-directory); Should not be changed by user | |
| config__web | String (path) | Path to the Webservice configuration file (local path under Planta-server-directory); Should not be changed by user | |
krb.conf | config__kerberos | String (path) | Path to the Kerberos configuration file (local path under Planta-server-directory); Should not be changed by user | |
auth.conf | config__auth | String (path) | Path to the Authentification configuration file (local path under Planta-server-directory); Should not be changed by user | |
secure.conf | config__secure | String (path) | Path to the Secure configuration file (local path under Planta-server-directory); Should not be changed by user | |
license | config__license | String (path) | Path to the license configuration file (local path under Planta-server-directory); Should not be changed by user | |
| gui__host | host name or IP address, v4 or v6 | Interface the server is listening on for client connections | |
| gui__port | Int | Port the server is listening on for client connections | |
| maintain__debug | Boolean | Loads a debug version of the python library when set to true - development option | |
| maintain__silent | Boolean | Deactivates/activates some output to standard output and standard error - development option | |
timeout | timeout | Int | Currently without effect | |
| maintain__performance_counting | Boolean | false by default; true enables performance counting globally | |
parallel_sessions | parallel_sessions | Int | How many sessions (connections to server, aka open clients) are allowed at the same time before server denies any new connection attempts. | |
recompile_pojos_at_startup | maintain__recompile_pojos_at_startup | Boolean | If set to true, Java classes that are defined by Customizing tables will be recompiled at every Server start (recommended) | S 39.5.31 |
| maintain__mem_limit__max_size | Int | Native memory size maximum (in MiB) | |
mem_limit.session | maintain__mem_limit__session | Int | Minimum free size (in MiB) for session start | |
mem_limit.calculation | maintain__mem_limit__calculation | Int | Minimum free size (in MiB) for calculation of a project | |
mem_limit.module | maintain__mem_limit__module | Int | Minimum free size (in MiB) for loading module data | |
mem_limit.recalculation | maintain__mem_limit__recalculation | Int | Minimum free size (in MiB) for start of recalculation | |
relational_delete_by_java | relational_delete_by_java | Boolean | A different way of handling the deletion of related tables This is a beta functionality; it is recommended that you leave this at false | S 39.5.31 |
ld_preload_names | maintain__ld_preload_names | String | Internal names for Server This should NOT be changed by the user | |
proto.keepalive.millis | proto__keepalive__millis | Int (milliseconds) | If no protobuffer-message is received after this interval, the client will be closed (assumed to be stuck) | |
proto.keepalive.check | proto__keepalive__check | Int | If this number of protobuffer-messages fails to arrive, the client will be closed (protobuffer-error assumed) |