Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions OpenSim.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down