From aeadddf77acc627dff017e50335069f7f4aaa1c6 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Mon, 25 Aug 2014 20:29:46 -0400 Subject: Add back URL endings in examples --- bin/Robust.HG.ini.example | 4 ++-- bin/Robust.ini.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index fb6531e..684c019 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -367,10 +367,10 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset AllowRemoteSetLoginLevel = "false" ; For V2 map - MapTileURL = "http://127.0.0.1:8002"; + MapTileURL = "http://127.0.0.1:8002/"; ; Url to search service - ; SearchURL = "http://127.0.0.1:8002"; + ; SearchURL = "http://127.0.0.1:8002/"; ; For V2/3 Web Profiles ; Work in progress: The ProfileServerURL/OpenIDServerURL are diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 17c3dcd..eafab64 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -326,10 +326,10 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto AllowRemoteSetLoginLevel = "false" ; For V2 map - MapTileURL = "http://127.0.0.1:8002"; + MapTileURL = "http://127.0.0.1:8002/"; ; Url to search service - ; SearchURL = "http://127.0.0.1:8002"; + ; SearchURL = "http://127.0.0.1:8002/"; ; For V2/3 Web Profiles ; Work in progress: The ProfileServerURL/OpenIDServerURL are -- cgit v1.1