diff options
author | BlueWall | 2012-02-21 23:04:49 -0500 |
---|---|---|
committer | BlueWall | 2012-02-21 23:04:49 -0500 |
commit | 67bea681e2a75039595be9dab23ad157d123e597 (patch) | |
tree | c1f08a18a38553a5b4385ed2929e0ede064286d2 | |
parent | V3 Support: (diff) | |
download | opensim-SC_OLD-67bea681e2a75039595be9dab23ad157d123e597.zip opensim-SC_OLD-67bea681e2a75039595be9dab23ad157d123e597.tar.gz opensim-SC_OLD-67bea681e2a75039595be9dab23ad157d123e597.tar.bz2 opensim-SC_OLD-67bea681e2a75039595be9dab23ad157d123e597.tar.xz |
Add web profile url setting to ini
-rw-r--r-- | bin/Robust.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 90f7b5c..91cd6d0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -224,6 +224,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
224 | ; For V2 map | 224 | ; For V2 map |
225 | MapTileURL = "http://127.0.0.1:8002"; | 225 | MapTileURL = "http://127.0.0.1:8002"; |
226 | 226 | ||
227 | ; For V2/3 Web Profiles | ||
228 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME] | ||
229 | |||
227 | ; If you run this login server behind a proxy, set this to true | 230 | ; If you run this login server behind a proxy, set this to true |
228 | ; HasProxy = false | 231 | ; HasProxy = false |
229 | 232 | ||