Skip to content

Commit

Permalink
fixing iota express limit env
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredipist committed Jul 25, 2024
1 parent 9aa5e3c commit 01d47b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/config-ld.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ config.iota = {
/**
* Default limit for express router built into iotagent-node-lib module
*/
expressLimit: '1M'
expressLimit: '50mb'
};

config.opcua = {
Expand Down
2 changes: 1 addition & 1 deletion conf/config-v2.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ config.iota = {
/**
* Default limit for express router built into iotagent-node-lib module
*/
expressLimit: '1M'
expressLimit: '50mb'
};

config.opcua = {
Expand Down
2 changes: 1 addition & 1 deletion conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ config.iota = {
/**
* Default limit for express router built into iotagent-node-lib module
*/
expressLimit: '1M'
expressLimit: '50mb'
};

config.opcua = {
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
- "IOTA_EXPLICITATTRS=true"
- "IOTA_EXTENDED_FORBIDDEN_CHARACTERS=[]"
- "IOTA_AUTOPROVISION=true"
- "IOTA_EXPRESS_LIMIT=1M"
- "IOTA_EXPRESS_LIMIT=50mb"
- "IOTA_OPCUA_ENDPOINT=opc.tcp://iotcarsrv:5001/UA/CarServer"
- "IOTA_OPCUA_SECURITY_MODE=None"
- "IOTA_OPCUA_SECURITY_POLICY=None"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- "IOTA_EXPLICITATTRS=true"
- "IOTA_EXTENDED_FORBIDDEN_CHARACTERS=[]"
- "IOTA_AUTOPROVISION=true"
- "IOTA_EXPRESS_LIMIT=1M"
- "IOTA_EXPRESS_LIMIT=50mb"
- "IOTA_OPCUA_ENDPOINT=opc.tcp://iotcarsrv:5001/UA/CarServer"
- "IOTA_OPCUA_SECURITY_MODE=None"
- "IOTA_OPCUA_SECURITY_POLICY=None"
Expand Down
2 changes: 1 addition & 1 deletion docs/opc_ua_agent_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ services:
- "IOTA_EXPLICITATTRS=true"
- "IOTA_EXTENDED_FORBIDDEN_CHARACTERS=[]"
- "IOTA_AUTOPROVISION=true"
- "IOTA_EXPRESS_LIMIT=1M"
- "IOTA_EXPRESS_LIMIT=50mb"
- "IOTA_OPCUA_ENDPOINT=opc.tcp://iotcarsrv:5001/UA/CarServer"
- "IOTA_OPCUA_SECURITY_MODE=None"
- "IOTA_OPCUA_SECURITY_POLICY=None"
Expand Down

0 comments on commit 01d47b9

Please sign in to comment.