summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-04-05 10:07:44 -0400
committerGitHub <noreply@github.com>2018-04-05 10:07:44 -0400
commita6b4aff647220112ddd99082fe623314586f1b15 (patch)
tree5432b4212b003d07029911423d64bdf185ea0c9d
parentdfbc2220c44ab5cd4a1fdf29dc115579809920a0 (diff)
downloadsdl_core-fix/clearer_default_endpoints.tar.gz
Update default endpoint urlsfix/clearer_default_endpoints
Modified default URLs to make it clearer that they should be customized by the user
-rw-r--r--src/appMain/sdl_preloaded_pt.json4
1 files 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"]