From a6b4aff647220112ddd99082fe623314586f1b15 Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Thu, 5 Apr 2018 10:07:44 -0400 Subject: Update default endpoint urls Modified default URLs to make it clearer that they should be customized by the user --- src/appMain/sdl_preloaded_pt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/appMain/sdl_preloaded_pt.json b/src/appMain/sdl_preloaded_pt.json index 0965d7710d..e5c82418ee 100644 --- a/src/appMain/sdl_preloaded_pt.json +++ b/src/appMain/sdl_preloaded_pt.json @@ -13,10 +13,10 @@ 625], "endpoints": { "0x07": { - "default": ["http://localhost:3000/api/1/policies/proprietary"] + "default": ["http://x.x.x.x:3000/api/1/policies/proprietary"] }, "0x04": { - "default": ["http://localhost:3000/api/1/softwareUpdate"] + "default": ["http://x.x.x.x:3000/api/1/softwareUpdate"] }, "queryAppsUrl": { "default": ["http://sdl.shaid.server"] -- cgit v1.2.1