You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/env-vars.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ _Object containing the following properties:_
10
10
|`TARGET_SOLUTION_NAMESPACES`| If set it will only install solutions that namespaces are specified in this env. variable. Comma-separated. |`string`||
11
11
|`RETRY_WORKER_CHECKS`| If it's enabled it will indefinitely await for worker to pass all checks otherwise it will kill process. Useful e.g if worker account is not yet assigned to operator at the moment of configuration. |`boolean` (_nullable_) |`true`|
12
12
|`ENABLE_HEALTH_API`| If it's enabled it will enable health check routes. |`boolean` (_nullable_) |`true`|
|**`VOTING_WORKER_SEED`** (\*) | Seed of the worker (not operator) |`string`||
16
16
|`PORT`| Port number of NodeRed Server. |`number` (_>0_) |`8000`|
@@ -30,9 +30,9 @@ _Object containing the following properties:_
30
30
|`HEARTBEAT_PATH`| Path to the heartbeat file used for monitoring. |`string`|`'heartbeat_monitor.txt'`|
31
31
|`HEARTBEAT_INTERVAL`| Interval (in ms) at which the heartbeat process updates the file. |`number` (_>0_) |`5000`|
32
32
|`HEARTBEAT_PRINT_SUCCESS_LOG`| Should print successful logs. |`'true' \| 'false'`|`'true'`|
33
-
|`PALLET_AUTH_SERVER_LOGIN_URL`| Pallet Auth Server Url used for authentication to Workers Registry|`string` (_url_) ||
33
+
|`PALLET_AUTH_SERVER_LOGIN_URL`| Pallet Auth Server Url used for authentication to Workers Registry. If provided, it will overwrite value provided from BASE_URLS.|`string` (_url_) ||
34
34
|`PALLET_AUTH_SERVER_DOMAIN`| Pallet Auth Server domain |`string`|`'default'`|
35
-
|`WORKER_REGISTRY_URL`| Url of Workers Registry that stores information about Worker Location|`string` (_url_) ||
35
+
|`WORKER_REGISTRY_URL`| Url of Workers Registry that stores information about Worker Location. If provided, it will overwrite value provided from BASE_URLS.|`string` (_url_) ||
36
36
|`BASE_URLS`| Base URLs of EWX resources |`string` (_url_) |`'https://marketplace-cdn.energyweb.org/base_urls.json'`|
37
37
|`BUILD_METADATA_PATH`| Path to build metadata file |`string`|`'./build.json'`|
0 commit comments