11# frostweb
22
3- ![ Version: 0.6.2 ] ( https://img.shields.io/badge/Version-0.6.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.1.2] ( https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square )
3+ ![ Version: 0.6.3 ] ( https://img.shields.io/badge/Version-0.6.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.1.2] ( https://img.shields.io/badge/AppVersion-2.1.2-informational?style=flat-square )
44
55FROST-Server HTTP and MQTT service.
66
@@ -22,7 +22,7 @@ FROST-Server HTTP and MQTT service.
2222| Key | Type | Default | Description |
2323| -----| ------| ---------| -------------|
2424| affinity | object | ` {} ` | |
25- | alwaysOrderbyId | bool | ` true ` | |
25+ | alwaysOrderbyId | bool | ` false ` | |
2626| auth.allowAnonymousRead | bool | ` false ` | f true, anonymous users are allowed to read (GET) data. |
2727| auth.autoUpdateDatabase | bool | ` true ` | Automatically apply database updates. |
2828| auth.db.auth.password | string | ` "changeMe" ` | |
@@ -68,6 +68,7 @@ FROST-Server HTTP and MQTT service.
6868| livenessProbe.successThreshold | int | ` 1 ` | |
6969| livenessProbe.terminationGracePeriodSeconds | string | ` nil ` | |
7070| livenessProbe.timeoutSeconds | int | ` 1 ` | |
71+ | logSensitiveData | bool | ` false ` | |
7172| maxDataSize | string | ` "25000000" ` | |
7273| maxTop | int | ` 10000 ` | |
7374| mqtt.enabled | bool | ` true ` | |
@@ -86,7 +87,7 @@ FROST-Server HTTP and MQTT service.
8687| persistence.db.driver | string | ` "org.postgresql.Driver" ` | |
8788| persistence.db.host | string | ` "frostdb" ` | |
8889| persistence.db.port | int | ` 5432 ` | |
89- | persistence.idGenerationMode | string | ` "ServerAndClientGenerated " ` | |
90+ | persistence.idGenerationMode | string | ` "ServerGeneratedOnly " ` | |
9091| persistence.queryTimeout | int | ` 0 ` | |
9192| persistence.slowQueryThreshold | int | ` 200 ` | |
9293| podAnnotations | object | ` {} ` | Additional pod annotations |
0 commit comments