Skip to content

Commit

Permalink
feat: v4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Oct 28, 2022
1 parent cae748d commit d52a28e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions apps/dgiot/conf/dgiot_parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ parse.delete_field = ACL,objectId,updatedAt,createdAt
parse.parse_server = http://prod.dgiotcloud.cn:1337
parse.timescale_server = http://127.0.0.1:1338
parse.parse_path = /parse/
parse.parse_appid = d3300b6f53d7ee7da766142f2f7050eb
parse.parse_master_key = 3d9707db9414c4e398c5036ddb1b2b62
parse.parse_js_key = fc8f19e9dcc4b8b7848aed1f8dcda317
parse.parse_rest_key = 7957b8a5923c8be145b317521b922b18
parse.parse_appid = c15005097b3eea431d5b334ee8ace1a3
parse.parse_master_key = 349910a0e70a0deace2f5b0ccb30e897
parse.parse_js_key = 8ef8e49492098ceb871c2c0cc486f00b
parse.parse_rest_key = 782482b57aa77215bbf7ee031a82c20a

##--------------------------------------------------------------------
## parse cache
Expand Down
8 changes: 4 additions & 4 deletions apps/dgiot_parse/etc/dgiot_parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ parse.delete_field = ACL,objectId,updatedAt,createdAt
parse.parse_server = http://prod.dgiotcloud.cn:1337
parse.timescale_server = http://127.0.0.1:1338
parse.parse_path = /parse/
parse.parse_appid = d3300b6f53d7ee7da766142f2f7050eb
parse.parse_master_key = 3d9707db9414c4e398c5036ddb1b2b62
parse.parse_js_key = fc8f19e9dcc4b8b7848aed1f8dcda317
parse.parse_rest_key = 7957b8a5923c8be145b317521b922b18
parse.parse_appid = c15005097b3eea431d5b334ee8ace1a3
parse.parse_master_key = 349910a0e70a0deace2f5b0ccb30e897
parse.parse_js_key = 8ef8e49492098ceb871c2c0cc486f00b
parse.parse_rest_key = 782482b57aa77215bbf7ee031a82c20a

##--------------------------------------------------------------------
## parse cache
Expand Down
4 changes: 2 additions & 2 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1500,9 +1500,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_n238" # [dgiot_n238| dgiot_n]
software="dgiot_n248" # [dgiot_n248| dgiot_n]
plugin="dgiot" # [dgiot | dgiot_your_plugin]
dgiotmd5="99097ea5f57d84558fafbe0f7e8904a3" # [dgiotmd5]
dgiotmd5="edc105c3bb21a039956a977c608246ae" # [dgiotmd5]
pg_eip="changeyourip" # [datanode_eip]
pg_auth='changeyourpassword' # [pg_auth]
islanip="false" # [islanip]
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.6.2"}).
-define(EMQX_RELEASE, {opensource, "4.6.3"}).

-else.

Expand Down

0 comments on commit d52a28e

Please sign in to comment.