Robust.HG.ini.example updated to get an [Hypergrid] section too.
parent
3cc3a8e5bf
commit
9e0c678c1e
|
@ -34,20 +34,6 @@
|
||||||
; The Robust.exe process must hvae R/W access to the location
|
; The Robust.exe process must hvae R/W access to the location
|
||||||
ConfigDirectory = "/home/opensim/etc/Configs"
|
ConfigDirectory = "/home/opensim/etc/Configs"
|
||||||
|
|
||||||
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
|
|
||||||
;; This is the address of the external robust server that
|
|
||||||
;; runs the UserAgentsService, possibly this server.
|
|
||||||
;; For example http://myworld.com:8002
|
|
||||||
;; This is a default that can be overwritten in some sections.
|
|
||||||
; HomeURI = "http://127.0.0.1:8002"
|
|
||||||
|
|
||||||
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
|
|
||||||
;; This is the address of the external robust server
|
|
||||||
;; that runs the Gatekeeper service, possibly this server.
|
|
||||||
;; For example http://myworld.com:8002
|
|
||||||
;; This is a default that can be overwritten in some sections.
|
|
||||||
; GatekeeperURI = "http://127.0.0.1:8002"
|
|
||||||
|
|
||||||
[ServiceList]
|
[ServiceList]
|
||||||
|
|
||||||
AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
|
AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
|
||||||
|
@ -119,6 +105,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
|
||||||
;ConsolePass = secret
|
;ConsolePass = secret
|
||||||
;ConsolePort = 0
|
;ConsolePort = 0
|
||||||
|
|
||||||
|
[Hypergrid]
|
||||||
|
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
|
||||||
|
;; This is the address of the external robust server that
|
||||||
|
;; runs the UserAgentsService, possibly this server.
|
||||||
|
;; For example http://myworld.com:8002
|
||||||
|
;; This is a default that can be overwritten in some sections.
|
||||||
|
; HomeURI = "http://127.0.0.1:8002"
|
||||||
|
|
||||||
|
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
|
||||||
|
;; This is the address of the external robust server
|
||||||
|
;; that runs the Gatekeeper service, possibly this server.
|
||||||
|
;; For example http://myworld.com:8002
|
||||||
|
;; This is a default that can be overwritten in some sections.
|
||||||
|
; GatekeeperURI = "http://127.0.0.1:8002"
|
||||||
|
|
||||||
[DatabaseService]
|
[DatabaseService]
|
||||||
StorageProvider = "OpenSim.Data.MySQL.dll"
|
StorageProvider = "OpenSim.Data.MySQL.dll"
|
||||||
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
|
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
|
||||||
|
|
Loading…
Reference in New Issue