File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ services:
514
514
MG_MQTT_ADAPTER_WS_TARGET_PATH : ${MG_MQTT_ADAPTER_WS_TARGET_PATH}
515
515
MG_MQTT_ADAPTER_WS_ADDRESS : ${MG_MQTT_ADAPTER_WS_ADDRESS}
516
516
MG_MQTT_ADAPTER_WS_TARGET : ${MG_MQTT_ADAPTER_WS_TARGET}
517
- MG_MQTT_ADAPTER_WS_PREFIX_PATH : ${MG_MQTT_ADAPTER_WS_PREFIX_PATH }
517
+ MG_MQTT_ADAPTER_WS_PATH_PREFIX : ${MG_MQTT_ADAPTER_WS_PATH_PREFIX }
518
518
MG_MQTT_ADAPTER_WS_CERT_FILE : ${MG_MQTT_ADAPTER_WS_CERT_FILE:+/magistrala-mqtt-adapter-ws.crt}
519
519
MG_MQTT_ADAPTER_WS_KEY_FILE : ${MG_MQTT_ADAPTER_WS_KEY_FILE:+/magistrala-mqtt-adapter-ws.key}
520
520
MG_MQTT_ADAPTER_WS_SERVER_CA_FILE : ${MG_MQTT_ADAPTER_WS_SERVER_CA_FILE:+/magistrala-ca-ws.crt}
@@ -617,7 +617,7 @@ services:
617
617
MG_HTTP_ADAPTER_SERVER_KEY : ${MG_HTTP_ADAPTER_SERVER_KEY}
618
618
MG_HTTP_ADAPTER_ADDRESS : ${MG_HTTP_ADAPTER_ADDRESS}
619
619
MG_HTTP_ADAPTER_TARGET : ${MG_HTTP_ADAPTER_TARGET}
620
- MG_HTTP_ADAPTER_PREFIX_PATH : ${MG_HTTP_ADAPTER_PREFIX_PATH }
620
+ MG_HTTP_ADAPTER_PATH_PREFIX : ${MG_HTTP_ADAPTER_PATH_PREFIX }
621
621
MG_HTTP_ADAPTER_CERT_FILE : ${MG_HTTP_ADAPTER_CERT_FILE:+/magistrala-http-adapter.crt}
622
622
MG_HTTP_ADAPTER_KEY_FILE : ${MG_HTTP_ADAPTER_KEY_FILE:+/magistrala-http-adapter.key}
623
623
MG_HTTP_ADAPTER_SERVER_CA_FILE : ${MG_HTTP_ADAPTER_SERVER_CA_FILE:+/magistrala-ca.crt}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The service is configured using the environment variables presented in the follo
25
25
| MG_HTTP_ADAPTER_INSTANCE_ID | Service instance ID | "" |
26
26
| MG_HTTP_ADAPTER_ADDRESS | Mproxy listening Address | :80 |
27
27
| MG_HTTP_ADAPTER_TARGET | Target server address | http://localhost:81 |
28
- | MG_HTTP_ADAPTER_PREFIX_PATH | Prefix added to the requests | / |
28
+ | MG_HTTP_ADAPTER_PATH_PREFIX | Prefix added to the requests | / |
29
29
| MG_HTTP_ADAPTER_CERT_FILE | Server’s certificate file | ./ssl/certs/magistrala-server.crt |
30
30
| MG_HTTP_ADAPTER_KEY_FILE | Server’s key file | ./ssl/certs/magistrala-server.key |
31
31
| MG_HTTP_ADAPTER_SERVER_CA_FILE | Server’s ca file | ./ssl/certs/ca.crt |
@@ -67,7 +67,7 @@ MG_JAEGER_TRACE_RATIO=1.0 \
67
67
MG_SEND_TELEMETRY=true \
68
68
MG_HTTP_ADAPTER_INSTANCE_ID=" " \
69
69
MG_HTTP_ADAPTER_ADDRESS=:80 \
70
- MG_HTTP_ADAPTER_PREFIX_PATH =/ \
70
+ MG_HTTP_ADAPTER_PATH_PREFIX =/ \
71
71
MG_HTTP_ADAPTER_TARGET=http://localhost:81 \
72
72
MG_HTTP_ADAPTER_CERT_FILE=" " \
73
73
MG_HTTP_ADAPTER_KEY_FILE=" " \
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The service is configured using the environment variables presented in the follo
41
41
| MG_MQTT_ADAPTER_OCSP_RESPONDER_URL | OCSP address | http://localhost:8080/ocsp |
42
42
| MG_MQTT_ADAPTER_WS_ADDRESS | Mproxy listening Address | :8080 |
43
43
| MG_MQTT_ADAPTER_WS_TARGET | Broker MQTT Websocket target address | ws://vernemq:8080/mqtt |
44
- | MG_MQTT_ADAPTER_WS_PREFIX_PATH | Prefix added to the requests | /mqtt |
44
+ | MG_MQTT_ADAPTER_WS_PATH_PREFIX | Prefix added to the requests | /mqtt |
45
45
| MG_MQTT_ADAPTER_WS_CERT_FILE | Server certificate file | ./ssl/certs/magistrala-server.crt |
46
46
| MG_MQTT_ADAPTER_WS_KEY_FILE | Server key file | ./ssl/certs/magistrala-server.key |
47
47
| MG_MQTT_ADAPTER_WS_SERVER_CA_FILE | Server CA file | ./ssl/certs/ca.crt |
@@ -96,7 +96,7 @@ MG_MQTT_ADAPTER_ADDRESS=1883 \
96
96
MG_MQTT_ADAPTER_TARGET=localhost:1883 \
97
97
MG_MQTT_ADAPTER_WS_ADDRESS=:8080 \
98
98
MG_MQTT_ADAPTER_WS_TARGET=ws://localhost:8080/mqtt \
99
- MG_MQTT_ADAPTER_WS_PREFIX_PATH =/mqtt \
99
+ MG_MQTT_ADAPTER_WS_PATH_PREFIX =/mqtt \
100
100
MG_MQTT_ADAPTER_CERT_FILE=" " \
101
101
MG_MQTT_ADAPTER_KEY_FILE=" " \
102
102
MG_MQTT_ADAPTER_SERVER_CA_FILE=" " \
You can’t perform that action at this time.
0 commit comments