Skip to content

Commit a797a34

Browse files
committed
Add binding port
1 parent 9c54121 commit a797a34

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/arduino/app_bricks/dbstorage_tsstore/brick_config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ variables:
1616
- name: BIND_ADDRESS
1717
description: External container address
1818
hidden: true
19-
default_value: 127.0.0.1
19+
default_value: 127.0.0.1
20+
- name: BIND_PORT
21+
description: Port to bind the services
22+
hidden: true
23+
default_value: 8086

src/arduino/app_bricks/object_detection/brick_config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ variables:
2121
- name: BIND_ADDRESS
2222
description: Bind address
2323
hidden: true
24-
default_value: 127.0.0.1
24+
default_value: 127.0.0.1
25+
- name: BIND_PORT
26+
description: Port to bind the services
27+
hidden: true
28+
default_value: 1337

0 commit comments

Comments
 (0)