Skip to content

Commit

Permalink
feat: update dgiot_n224
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Aug 26, 2022
1 parent 732a226 commit b10cd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1486,9 +1486,9 @@ dgiot_shell
# set parameters by default value
deployType=single # [single | cluster | devops | ci]
domain_name="prod.dgiotcloud.cn" # [prod.dgiotcloud.cn | your_domain_name]
software="dgiot_n217" # [dgiot_n217| dgiot_n]
software="dgiot_n224" # [dgiot_n224| dgiot_n]
plugin="dgiot" # [dgiot | dgiot_your_plugin]
dgiotmd5="100a4ad18470b83fe90edb29f8acf7ca" # [dgiotmd5]
dgiotmd5="e4bd445980ce311270a4d4052115ab2d" # [dgiotmd5]
pg_eip="changeyourip" # [datanode_eip]
pg_auth='changeyourpassword' # [pg_auth]

Expand Down
2 changes: 1 addition & 1 deletion include/emqx_release.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

-ifndef(EMQX_ENTERPRISE).

-define(EMQX_RELEASE, {opensource, "4.5.8"}).
-define(EMQX_RELEASE, {opensource, "4.5.9"}).

-else.

Expand Down

0 comments on commit b10cd2b

Please sign in to comment.