opensim-config – Diff between revs 4 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 8
Line 437... Line 437...
437   437  
438 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} 438 ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {}
439 ;; Hostname to use in llRequestURL/llRequestSecureURL 439 ;; Hostname to use in llRequestURL/llRequestSecureURL
440 ;; if not defined - default machine name is being used 440 ;; if not defined - default machine name is being used
441 ;; (on Windows this mean NETBIOS name - useably only inside local network) 441 ;; (on Windows this mean NETBIOS name - useably only inside local network)
Line 442... Line 442...
442 ; ExternalHostNameForLSL = "172.16.1.11" 442 ExternalHostNameForLSL = "192.168.0.1"
443   443  
444 ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim 444 ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim
445 ;; What is reported as the "X-Secondlife-Shard" 445 ;; What is reported as the "X-Secondlife-Shard"
Line 1101... Line 1101...
1101 ;; URI for the groups services of this grid 1101 ;; URI for the groups services of this grid
1102 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc 1102 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc
1103 ;; or http://mygridserver.com:82/Grid/ for SimianGrid 1103 ;; or http://mygridserver.com:82/Grid/ for SimianGrid
1104 ;; or http:://mygridserver.com:8003 for robust, V2 1104 ;; or http:://mygridserver.com:8003 for robust, V2
1105 ;; Leave it commented for standalones, V2 1105 ;; Leave it commented for standalones, V2
1106 ;GroupsServerURI = "http://172.16.1.11:9000" 1106 ;GroupsServerURI = "http://192.168.0.1:9000"
Line 1107... Line 1107...
1107   1107  
1108 ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {} 1108 ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {}
1109 ;; Used for V2 in HG only. For example 1109 ;; Used for V2 in HG only. For example
1110 ;; http://mygridserver.com:9000 or http://mygridserver.com:8002 1110 ;; http://mygridserver.com:9000 or http://mygridserver.com:8002
1111 ;; If you have this set under [Startup], no need to set it here, leave it commented 1111 ;; If you have this set under [Startup], no need to set it here, leave it commented
Line 1112... Line 1112...
1112 ;HomeURI = "http://172.16.1.11:9000" 1112 ;HomeURI = "http://192.168.0.1:9000"
1113   1113  
Line 1114... Line 1114...
1114 ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true 1114 ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true