We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e200f commit 3cb3daaCopy full SHA for 3cb3daa
.gitignore
@@ -3,7 +3,6 @@
3
/node_modules
4
yarn.lock
5
package-lock.json
6
-cloud/algorithm/__pycache__
7
8
# Logs
9
logs
README.md
@@ -32,6 +32,7 @@ npm start
32
```
33
34
7. dashboard地址:https://${parse_host}:${dashboard_port}/dashboard (eg.https://api.yourApp.com:4040/dashboard/);
35
+8. dashboard访问用户名和密码的初始配置为user/user_pass,可在app.json的dashboardUsers配置项中修改;
36
37
### TODO
38
1. 除afterSave外,其他trigger函数均未实现;
0 commit comments