diff options
author | Diva Canto | 2013-02-25 10:25:36 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-25 10:25:36 -0800 |
commit | 53470d5057d7b325abe781ef2377ac1e9b273cac (patch) | |
tree | d74a434fb44eddc1d32aaac7dcf0321e78a84dc1 | |
parent | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the roles... (diff) | |
download | opensim-SC_OLD-53470d5057d7b325abe781ef2377ac1e9b273cac.zip opensim-SC_OLD-53470d5057d7b325abe781ef2377ac1e9b273cac.tar.gz opensim-SC_OLD-53470d5057d7b325abe781ef2377ac1e9b273cac.tar.bz2 opensim-SC_OLD-53470d5057d7b325abe781ef2377ac1e9b273cac.tar.xz |
Missing var in [LoginService] for HG Robust.
-rw-r--r-- | bin/Robust.HG.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 445020f..53676a3 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -333,6 +333,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
333 | SRV_ProfileServerURI = "http://127.0.0.1:8002" | 333 | SRV_ProfileServerURI = "http://127.0.0.1:8002" |
334 | SRV_FriendsServerURI = "http://127.0.0.1:8002" | 334 | SRV_FriendsServerURI = "http://127.0.0.1:8002" |
335 | SRV_IMServerURI = "http://127.0.0.1:8002" | 335 | SRV_IMServerURI = "http://127.0.0.1:8002" |
336 | SRV_GroupsServerURI = "http://127.0.0.1:8002" | ||
336 | 337 | ||
337 | ;; Regular expressions for controlling which client versions are accepted/denied. | 338 | ;; Regular expressions for controlling which client versions are accepted/denied. |
338 | ;; An empty string means nothing is checked. | 339 | ;; An empty string means nothing is checked. |