Merge pull request #5098 from volodymyr-babak/fix/enable-edge-by-default

[3.3.1] Edge functionality enabled by default
This commit is contained in:
Andrew Shvayka 2021-08-17 19:09:04 +03:00 committed by GitHub
commit 601599f717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -699,7 +699,7 @@ transport:
# Edges parameters
edges:
enabled: "${EDGES_ENABLED:false}"
enabled: "${EDGES_ENABLED:true}"
rpc:
port: "${EDGES_RPC_PORT:7070}"
client_max_keep_alive_time_sec: "${EDGES_RPC_CLIENT_MAX_KEEP_ALIVE_TIME_SEC:300}"

View File

@ -1,7 +1,7 @@
{
"name": "thingsboard-js-executor",
"private": true,
"version": "3.3.0",
"version": "3.3.1",
"description": "ThingsBoard JavaScript Executor Microservice",
"main": "server.js",
"bin": "server.js",

View File

@ -1,7 +1,7 @@
{
"name": "thingsboard-web-ui",
"private": true,
"version": "3.3.0",
"version": "3.3.1",
"description": "ThingsBoard Web UI Microservice",
"main": "server.js",
"bin": "server.js",

View File

@ -1,6 +1,6 @@
{
"name": "thingsboard",
"version": "3.3.0",
"version": "3.3.1",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --host 0.0.0.0 --open",