We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54121 commit a797a34Copy full SHA for a797a34
src/arduino/app_bricks/dbstorage_tsstore/brick_config.yaml
@@ -16,4 +16,8 @@ variables:
16
- name: BIND_ADDRESS
17
description: External container address
18
hidden: true
19
- default_value: 127.0.0.1
+ 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
@@ -21,4 +21,8 @@ variables:
description: Bind address
24
25
26
27
28
+ default_value: 1337
0 commit comments