Skip to content

Commit

Permalink
feat: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed Jul 28, 2021
1 parent 0df1639 commit 810bfe5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
```bash
cd dgiot_dashboard
git pull
yarn install
yarn dgiot:install
yarn build
cd ../dgiot
git pull
Expand Down
2 changes: 1 addition & 1 deletion README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Before 2016, the Shuwa team had been crawling on the Internet and the mobile Int
```bash
cd dgiot_dashboard
git pull
yarn install
yarn dgiot:install
yarn build
cd ../dgiot
git pull
Expand Down
2 changes: 1 addition & 1 deletion README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Before 2016, the Shuwa team had been crawling on the Internet and the mobile Int
```bash
cd dgiot_dashboard
git pull
yarn install
yarn dgiot:install
yarn build
cd ../dgiot
git pull
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Before 2016, the Shuwa team had been crawling on the Internet and the mobile Int
```bash
cd dgiot_dashboard
git pull
yarn install
yarn dgiot:install
yarn build
cd ../dgiot
git pull
Expand Down
2 changes: 1 addition & 1 deletion apps/dgiot_parse/etc/dgiot_parse.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parse.delete_field = ACL,objectId,updatedAt,createdAt
##--------------------------------------------------------------------
## parse config
##--------------------------------------------------------------------
parse.parse_server = http://prod.iotn2n.com:1337
parse.parse_server = http://47.105.106.54:1337
parse.parse_path = /parse/
parse.parse_appid = 1uqZbbdd_JMyQ45YLsUzYezMRPerMa80
parse.parse_master_key = PADbN7p973quWLngikp6XvrDbL97u_vM
Expand Down
Empty file added rootCA.key
Empty file.

0 comments on commit 810bfe5

Please sign in to comment.