[WIFI-2856] Chg: config storage format for ucentral values

This commit is contained in:
Dmitry Dunaev
2021-06-30 18:39:03 +03:00
parent 0a93426ac7
commit eb2a82fb12
4 changed files with 72 additions and 20 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -21,3 +21,23 @@ services:
servicePort: 16003
targetPort: 16003
protocol: TCP
configProperties:
# -> Public part
# File uploader
ucentral.fileuploader.host.0.name: sdk-ucentral-1.cicd.lab.wlan.tip.build
# rtty
rtty.enabled: "true"
rtty.server: rtty-ucentral-1.cicd.lab.wlan.tip.build
# Kafka
ucentral.kafka.enable: "false"
ucentral.kafka.group.id: 1
ucentral.kafka.brokerlist: localhost:9092
ucentral.kafka.auto.commit: false
ucentral.kafka.queue.buffering.max.ms: 50
# Storage
storage.type: sqlite # (sqlite|postgresql|mysql|odbc)
## SQLite
storage.type.sqlite.db: devices.db
storage.type.sqlite.idletime: 120
storage.type.sqlite.maxsessions: 128

View File

@@ -21,3 +21,23 @@ services:
servicePort: 16003
targetPort: 16003
protocol: TCP
configProperties:
# -> Public part
# File uploader
ucentral.fileuploader.host.0.name: sdk-ucentral-2.cicd.lab.wlan.tip.build
# rtty
rtty.enabled: "true"
rtty.server: rtty-ucentral-2.cicd.lab.wlan.tip.build
# Kafka
ucentral.kafka.enable: "false"
ucentral.kafka.group.id: 1
ucentral.kafka.brokerlist: localhost:9092
ucentral.kafka.auto.commit: false
ucentral.kafka.queue.buffering.max.ms: 50
# Storage
storage.type: sqlite # (sqlite|postgresql|mysql|odbc)
## SQLite
storage.type.sqlite.db: devices.db
storage.type.sqlite.idletime: 120
storage.type.sqlite.maxsessions: 128