diff --git a/OpenSim.ini b/OpenSim.ini index 6c3aa33..f60dc1c 100644 --- a/OpenSim.ini +++ b/OpenSim.ini @@ -558,9 +558,9 @@ MaptileRefresh = 91821 ;; If not generating maptiles, use this static texture ;; 16384 is the SL compatible value. HttpBodyMaxLenMAX=16384 -ExternalHostName = regions2.wolfterritories.org ;; Hostname to use in llRequestURL/llRequestSecureURL + ;; Hostname to use in llRequestURL/llRequestSecureURL ;; if not defined - llRequestURL/llRequestSecureURL are disabled -ExternalHostName = regions2.wolfterritories.org +ExternalHostName = ***YOUR REGION SERVER URL*** ;;Example: region1.example.com region2.example.com ;# {shard} {} {Name to use for X-Secondlife-Shard header? (press enter if unsure)} {} OpenSim ;; What is reported as the "X-Secondlife-Shard" ;; Defaults to the user server url if not set @@ -852,7 +852,7 @@ ExternalHostName = regions2.wolfterritories.org ;# {gridname} {index_sims:true} {Enter the name fo your grid} {} OSGrid ;; If search is on, change this to your grid name; will be ignored for ;; standalones - gridname = "Wolf Territories" + gridname = "***YOUR GRID NAME***" ;# {default_snapshot_period} {index_sims:true} {Period between data snapshots?} {} 1200 ;; Period between data snapshots, in seconds. 20 minutes, for starters, @@ -1064,6 +1064,20 @@ economymodule = Gloebit ; There is no intention to implement anything further ;; If using a remote connector, specify the server URL ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi + +[VivoxVoice] + enabled = true + ; vivox voice server + vivox_server = www.osp.vivox.com + ; vivox SIP URI + vivox_sip_uri = osp.vivox.com + ; vivox admin user name + vivox_admin_user = ***YOUR VIVOX ADMIN USERNAME*** + + + ; vivox admin password + vivox_admin_password = ***YOUR VIVOX ADMIN PASSWORD*** + [Groups] ;# {Enabled} {} {Enable groups?} {true false} false ;; Enables the groups module @@ -1227,7 +1241,7 @@ economymodule = Gloebit ; There is no intention to implement anything further ;; [GodNames] Enabled = true - FullNames = "Lone Wolf" + FullNames = "***YOUR NAME***" [Architecture] ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini