Browse Source

Adding plugin deployment urls to plugin registry

bodicsek 3 years ago
parent
commit
be5ee39351
2 changed files with 3 additions and 3 deletions
  1. 2 2
      data/pluginRegistry.json
  2. 1 1
      package.json

+ 2 - 2
data/pluginRegistry.json

@@ -1,12 +1,12 @@
 {
 {
     "dashboard": {
     "dashboard": {
         "name": "dashboard",
         "name": "dashboard",
-        "url": "https://localhost:8000",
+        "url": "https://customercentral-dashboard.oracle.com/",
         "path": "/"
         "path": "/"
     },
     },
     "plugin-a": {
     "plugin-a": {
         "name": "plugin-a",
         "name": "plugin-a",
-        "url": "https://localhost:8001",
+        "url": "https://customercentral-plugin-a.oracle.com/",
         "path": "/plugin-a"
         "path": "/plugin-a"
     }
     }
 }
 }

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "occ-fw-backend",
   "name": "occ-fw-backend",
-  "version": "0.0.5",
+  "version": "0.0.6",
   "description": "",
   "description": "",
   "author": "",
   "author": "",
   "private": true,
   "private": true,