Adjust Robust*.ini.examples V3 webprofile entries
parent
aaa30dcebc
commit
2ed768cbf5
|
@ -238,11 +238,15 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
AllowRemoteSetLoginLevel = "false"
|
AllowRemoteSetLoginLevel = "false"
|
||||||
|
|
||||||
; For V2 map
|
; For V2/3 Web Profiles
|
||||||
MapTileURL = "http://127.0.0.1:8002";
|
; Work in progress: The ProfileServerURL/OpenIDServerURL are
|
||||||
|
; being used in a development viewer as support for webprofiles
|
||||||
; For WebProfiles (V3)
|
; is being developed across the componets
|
||||||
ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
|
;
|
||||||
|
; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
|
||||||
|
;
|
||||||
|
; For V2/V3 webapp authentication SSO
|
||||||
|
; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
|
||||||
|
|
||||||
; If you run this login server behind a proxy, set this to true
|
; If you run this login server behind a proxy, set this to true
|
||||||
; HasProxy = false
|
; HasProxy = false
|
||||||
|
|
|
@ -225,10 +225,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
MapTileURL = "http://127.0.0.1:8002";
|
MapTileURL = "http://127.0.0.1:8002";
|
||||||
|
|
||||||
; For V2/3 Web Profiles
|
; For V2/3 Web Profiles
|
||||||
ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
|
; Work in progress: The ProfileServerURL/OpenIDServerURL are
|
||||||
|
; being used in a development viewer as support for webprofiles
|
||||||
|
; is being developed across the componets
|
||||||
|
;
|
||||||
|
; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
|
||||||
|
;
|
||||||
; For V2/V3 webapp authentication SSO
|
; For V2/V3 webapp authentication SSO
|
||||||
OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
|
; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
|
||||||
|
|
||||||
; If you run this login server behind a proxy, set this to true
|
; If you run this login server behind a proxy, set this to true
|
||||||
; HasProxy = false
|
; HasProxy = false
|
||||||
|
|
Loading…
Reference in New Issue