mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-27 13:48:49 +08:00
NOISSUE - Fix some typos (#1212)
Signed-off-by: Alexander Obukhov <dev@sprql.space>
This commit is contained in:
parent
8d33285489
commit
ecff066421
@ -427,7 +427,7 @@ definitions:
|
||||
description: Free-form custom configuration.
|
||||
client_cert:
|
||||
type: string
|
||||
description: Client certrificate.
|
||||
description: Client certificate.
|
||||
client_key:
|
||||
type: string
|
||||
description: Key for the client_cert.
|
||||
|
@ -50,4 +50,4 @@ paths:
|
||||
415:
|
||||
description: Message discarded due to invalid or missing content type.
|
||||
500:
|
||||
description: Unexpected server-side error occured.
|
||||
description: Unexpected server-side error occurred.
|
||||
|
@ -16,9 +16,9 @@ default values.
|
||||
| MF_MQTT_ADAPTER_MQTT_PORT | mProxy port | 1883 |
|
||||
| MF_MQTT_ADAPTER_MQTT_TARGET_HOST | MQTT broker host | 0.0.0.0 |
|
||||
| MF_MQTT_ADAPTER_MQTT_TARGET_PORT | MQTT broker port | 1883 |
|
||||
| MF_MQTT_ADAPTER_WS_PORT | mProxy MQTT iver WS port | 8080 |
|
||||
| MF_MQTT_ADAPTER_WS_PORT | mProxy MQTT over WS port | 8080 |
|
||||
| MF_MQTT_ADAPTER_WS_TARGET_HOST | MQTT broker host for MQTT over WS | localhost |
|
||||
| MF_MQTT_ADAPTER_WS_TARGET_PORT | MQTT boroker port for MQTT over WS | 8080 |
|
||||
| MF_MQTT_ADAPTER_WS_TARGET_PORT | MQTT broker port for MQTT over WS | 8080 |
|
||||
| MF_MQTT_ADAPTER_WS_TARGET_PATH | MQTT broker MQTT over WS path | /mqtt |
|
||||
| MF_MQTT_ADAPTER_FORWARDER_TIMEOUT | MQTT forwarder for multiprotocol communication timeout | 30s |
|
||||
| MF_NATS_URL | NATS broker URL | nats://127.0.0.1:4222 |
|
||||
@ -106,4 +106,4 @@ MF_AUTH_CACHE_URL=[Auth cache URL] \
|
||||
MF_AUTH_CACHE_PASS=[Auth cache pass] \
|
||||
MF_AUTH_CACHE_DB=[Auth cache DB name] \
|
||||
$GOBIN/mainflux-mqtt
|
||||
```
|
||||
```
|
||||
|
@ -111,7 +111,7 @@ func TestContains(t *testing.T) {
|
||||
contains: true,
|
||||
},
|
||||
{
|
||||
desc: "superset wrapper error containes subset wrapper error",
|
||||
desc: "superset wrapper error contains subset wrapper error",
|
||||
container: wrap(level),
|
||||
contained: wrap(level / 2),
|
||||
contains: false,
|
||||
|
@ -37,7 +37,7 @@ paths:
|
||||
|
||||
responses:
|
||||
ServiceError:
|
||||
description: Unexpected server-side error occured.
|
||||
description: Unexpected server-side error occurred.
|
||||
|
||||
definitions:
|
||||
MessagePage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user