diff options
author | Justin Clark-Casey (justincc) | 2012-01-28 01:01:19 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-28 01:01:19 +0000 |
commit | 088f1213b423204f6c8ae70d90e8f2bea58162c6 (patch) | |
tree | 802b6b06a0db0cfb4098927e13918165a12a6d7c /bin/config-include/GridCommon.ini.example | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-088f1213b423204f6c8ae70d90e8f2bea58162c6.zip opensim-SC_OLD-088f1213b423204f6c8ae70d90e8f2bea58162c6.tar.gz opensim-SC_OLD-088f1213b423204f6c8ae70d90e8f2bea58162c6.tar.bz2 opensim-SC_OLD-088f1213b423204f6c8ae70d90e8f2bea58162c6.tar.xz |
Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example
As per http://opensimulator.org/mantis/view.php?id=5852, confirmed by diva via aiaustin
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index d70c8e4..4195bce 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -129,7 +129,7 @@ | |||
129 | ; Change this to your server | 129 | ; Change this to your server |
130 | ; accessible from other grids | 130 | ; accessible from other grids |
131 | ; | 131 | ; |
132 | HomeURI = "http://mygridserver.com:8002/user" | 132 | HomeURI = "http://mygridserver.com:8002" |
133 | Gatekeeper = "http://mygridserver.com:8002" | 133 | Gatekeeper = "http://mygridserver.com:8002" |
134 | ;; If you want to protect your assets from being copied by foreign visitors | 134 | ;; If you want to protect your assets from being copied by foreign visitors |
135 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 135 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |