diff options
author | BlueWall | 2012-03-04 11:11:01 -0500 |
---|---|---|
committer | BlueWall | 2012-03-04 11:11:01 -0500 |
commit | ac934e2dbb57f9ba42ed1b2405e294c802f05616 (patch) | |
tree | 605831ef8ec1c6c510f1ce8167145274952b70e5 /bin/Robust.HG.ini.example | |
parent | Merge branch 'master' of /home/opensim/var/repo/opensim into v3_support (diff) | |
download | opensim-SC_OLD-ac934e2dbb57f9ba42ed1b2405e294c802f05616.zip opensim-SC_OLD-ac934e2dbb57f9ba42ed1b2405e294c802f05616.tar.gz opensim-SC_OLD-ac934e2dbb57f9ba42ed1b2405e294c802f05616.tar.bz2 opensim-SC_OLD-ac934e2dbb57f9ba42ed1b2405e294c802f05616.tar.xz |
Add WebProfiles config to other config example
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index ab5880d..db9f08b 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -241,6 +241,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
241 | ; For V2 map | 241 | ; For V2 map |
242 | MapTileURL = "http://127.0.0.1:8002"; | 242 | MapTileURL = "http://127.0.0.1:8002"; |
243 | 243 | ||
244 | ; For WebProfiles (V3) | ||
245 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
246 | |||
244 | ; If you run this login server behind a proxy, set this to true | 247 | ; If you run this login server behind a proxy, set this to true |
245 | ; HasProxy = false | 248 | ; HasProxy = false |
246 | 249 | ||