Skip to content

Commit

Permalink
git tag v1.0.1+4
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Mar 17, 2024
1 parent 4d929ac commit 92d4647
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1+4]

* update

## [1.0.1+3]

* gateway key
Expand Down
5 changes: 3 additions & 2 deletions lib/constants/Config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ class Config {
static String webStaticIp = "127.0.0.1";
static int webStaticPort = 9000;
// 数据服务器服务后台
static String iotManagergRpcIp = "iot-manager.iotserv.com";
static String iotManagergRpcIp = "api.iot-manager.iothub.cloud";
static int iotManagerRpcPort = 8881;

// 修改上面的变量名称
static String iotManagerGrpcIp = "iot-manager.iotserv.com";
static String iotManagerGrpcIp = "api.iot-manager.iothub.cloud";
static int iotManagerGrpcPort = 8881;
static String iotManagerHttpIp = "api.iot-manager.iothub.cloud";

// 本机网关的grpc地址
static String gatewayGrpcIp = "127.0.0.1";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openiothub_constants
description: openiothub_constants
version: 1.0.1+3
version: 1.0.1+4
homepage: https://github.com/OpenIoTHub

environment:
Expand Down

0 comments on commit 92d4647

Please sign in to comment.