From 810bfe5fce8f39a536f56d1952649973af810012 Mon Sep 17 00:00:00 2001 From: h7ml Date: Wed, 28 Jul 2021 16:36:06 +0800 Subject: [PATCH] feat: scripts --- README-CN.md | 2 +- README-JP.md | 2 +- README-RU.md | 2 +- README.md | 2 +- apps/dgiot_parse/etc/dgiot_parse.conf | 2 +- rootCA.key | 0 6 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 rootCA.key diff --git a/README-CN.md b/README-CN.md index 12cf7ce5..3c703fd0 100644 --- a/README-CN.md +++ b/README-CN.md @@ -43,7 +43,7 @@ ```bash cd dgiot_dashboard git pull - yarn install + yarn dgiot:install yarn build cd ../dgiot git pull diff --git a/README-JP.md b/README-JP.md index e18cd5f5..d298b003 100644 --- a/README-JP.md +++ b/README-JP.md @@ -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 diff --git a/README-RU.md b/README-RU.md index e18cd5f5..d298b003 100644 --- a/README-RU.md +++ b/README-RU.md @@ -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 diff --git a/README.md b/README.md index 83004dd1..ecb33eff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/apps/dgiot_parse/etc/dgiot_parse.conf b/apps/dgiot_parse/etc/dgiot_parse.conf index 8f566001..5423daca 100644 --- a/apps/dgiot_parse/etc/dgiot_parse.conf +++ b/apps/dgiot_parse/etc/dgiot_parse.conf @@ -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 diff --git a/rootCA.key b/rootCA.key new file mode 100644 index 00000000..e69de29b