opensim-config

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 3  →  ?path2? @ 8
/config-include/StandaloneCommon.ini
@@ -37,7 +37,7 @@
;; runs the UserAgentsService.
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
HomeURI = "http://172.16.1.11:9000"
HomeURI = "http://192.168.0.1:9000"
 
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
;; If this is a standalone world, this is the address of this instance.
@@ -45,7 +45,7 @@
;; that runs the Gatekeeper service.
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
GatekeeperURI = "http://172.16.1.11:9000"
GatekeeperURI = "http://192.168.0.1:9000"
 
[Modules]
;; Choose one cache module and the corresponding config file, if it exists.
@@ -101,7 +101,7 @@
 
; === HG ONLY ===
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
; GatekeeperURI = "http://172.16.1.11:9000"
; GatekeeperURI = "http://192.168.0.1:9000"
 
[LibraryModule]
; Set this if you want to change the name of the OpenSim Library
@@ -110,18 +110,18 @@
[LoginService]
WelcomeMessage = "Welcome, Avatar!"
;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented
; GatekeeperURI = "http://172.16.1.11:9000"
; GatekeeperURI = "http://192.168.0.1:9000"
 
SRV_HomeURI = "http://172.16.1.11:9000"
SRV_InventoryServerURI = "http://172.16.1.11:9000"
SRV_AssetServerURI = "http://172.16.1.11:9000"
SRV_ProfileServerURI = "http://172.16.1.11:9000"
SRV_FriendsServerURI = "http://172.16.1.11:9000"
SRV_IMServerURI = "http://172.16.1.11:9000"
SRV_GroupsServerURI = "http://172.16.1.11:9000"
SRV_HomeURI = "http://192.168.0.1:9000"
SRV_InventoryServerURI = "http://192.168.0.1:9000"
SRV_AssetServerURI = "http://192.168.0.1:9000"
SRV_ProfileServerURI = "http://192.168.0.1:9000"
SRV_FriendsServerURI = "http://192.168.0.1:9000"
SRV_IMServerURI = "http://192.168.0.1:9000"
SRV_GroupsServerURI = "http://192.168.0.1:9000"
 
;; For Viewer 2
MapTileURL = "http://172.16.1.11:9000"
MapTileURL = "http://192.168.0.1:9000"
 
; The minimum user level required for a user to be able to login. 0 by default
; If you disable a particular user's account then you can set their login level below this number.
@@ -198,7 +198,7 @@
; See http://opensimulator.org/wiki/GridInfo
 
; login uri: for grid this is the login server URI
login = "http://172.16.1.11:9000"
login = "http://192.168.0.1:9000"
 
; long grid name: the long name of your grid
gridname = "SpectacledOwl"
@@ -209,7 +209,7 @@
; login page: optional: if it exists it will be used to tell the client to use
; this as splash page
; currently unused
welcome = "http://172.16.1.11/welcome.php"
welcome = "http://192.168.0.1/welcome.php"
 
; helper uri: optional: if it exists if will be used to tell the client to use
; this for all economy related things
@@ -218,12 +218,12 @@
 
; web page of grid: optional: page providing further information about your grid
; currently unused
about = "http://172.16.1.11/about.php"
about = "http://192.168.0.1/about.php"
 
; account creation: optional: page providing further information about obtaining
; a user account on your grid
; currently unused
register = "http://172.16.1.11/register.php"
register = "http://192.168.0.1/register.php"
 
; help: optional: page providing further assistance for users of your grid
; currently unused
@@ -260,7 +260,7 @@
;;
[GatekeeperService]
;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
; ExternalName = "http://172.16.1.11:9000"
; ExternalName = "http://192.168.0.1:9000"
 
; Does this grid allow incoming links to any region in it?
; If false, HG TPs happen only to the Default regions specified in [GridService] section
@@ -317,11 +317,11 @@
 
[HGInventoryService]
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
; HomeURI = "http://172.16.1.11:9000"
; HomeURI = "http://192.168.0.1:9000"
 
[HGAssetService]
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
; HomeURI = "http://172.16.1.11:9000"
; HomeURI = "http://192.168.0.1:9000"
 
;; The asset types that this grid can export to / import from other grids.
;; Comma separated.
@@ -338,8 +338,8 @@
 
[HGInventoryAccessModule]
;; If you have these set under [Hypergrid], no need to set it here, leave it commented
; HomeURI = "http://172.16.1.11:9000"
; GatekeeperURI = "http://172.16.1.11:9000"
; HomeURI = "http://192.168.0.1:9000"
; GatekeeperURI = "http://192.168.0.1:9000"
 
;; If you want to protect your assets from being copied by foreign visitors
;; uncomment the next line. You may want to do this on sims that have licensed content.
@@ -357,7 +357,7 @@
[Messaging]
; === HG ONLY ===
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
; GatekeeperURI = "http://172.16.1.11:9000"
; GatekeeperURI = "http://192.168.0.1:9000"
 
 
[EntityTransfer]