@leverege/build-tools 2.47.5 → 2.47.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -17,9 +17,6 @@ logs:
|
|
|
17
17
|
access:
|
|
18
18
|
enabled: true
|
|
19
19
|
format: json
|
|
20
|
-
# fields:
|
|
21
|
-
# headers:
|
|
22
|
-
# defaultmode: keep
|
|
23
20
|
|
|
24
21
|
# Custom entry points may be added here - the first two are port definitions
|
|
25
22
|
# for both unsecured and secured MQTT ports used by connect. Note that the
|
|
@@ -28,6 +25,9 @@ logs:
|
|
|
28
25
|
# chart provides the IngressRouteTCP chart to make this happen.
|
|
29
26
|
#
|
|
30
27
|
#ports:
|
|
28
|
+
# websecure:
|
|
29
|
+
# forwardedHeaders:
|
|
30
|
+
# insecure: true # enables true source IP of request
|
|
31
31
|
# mqtt:
|
|
32
32
|
# expose: true
|
|
33
33
|
# port: 1883
|