File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 11bool localMode = true ;
22
3+ /*
4+ * /nodebase.json
5+ * /plm-<os>-<arch>.json
6+ * /plm/<os>/<arch>/<hash>(<name>-<version>).json
7+ * /app-<os>-<arch>.json
8+ * /app/<os>/<arch>/<hash>(<name>-<version>).json
9+ */
310String defaultPlatformBaseUrl = "https://raw.githubusercontent.com/wiki/dna2github/NodeBase/market/v1" ;
411//String defaultPlatformBaseUrl = "http://127.0.0.1:8000";
12+
13+ /*
14+ * /app/running GET
15+ * /app/start POST
16+ * /app/stop POST
17+ * /app/stat GET
18+ * /config/nodebase GET
19+ * /config/list/plm GET
20+ * /config/list/installed_plm GET
21+ * /config/install/plm/<hash> POST
22+ * /config/meta/plm/<hash> GET
23+ * /config/list/app GET
24+ * /config/list/installed_app GET
25+ * /config/install/app/<hash> POST
26+ * /config/meta/app/<hash> GET
27+ */
28+ String defaultRemoteBaseUrl = "http://127.0.0.1:8580" ;
You can’t perform that action at this time.
0 commit comments