aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2013-02-28 06:24:09 -0800
committerDiva Canto2013-02-28 06:24:09 -0800
commit9e0c678c1ea78f59387219e6b0f22db415c04caa (patch)
treebe11ba1785a259aa272308914de7c269da48402b /bin
parentRemoved duplicate 'using' statement. (diff)
downloadopensim-SC_OLD-9e0c678c1ea78f59387219e6b0f22db415c04caa.zip
opensim-SC_OLD-9e0c678c1ea78f59387219e6b0f22db415c04caa.tar.gz
opensim-SC_OLD-9e0c678c1ea78f59387219e6b0f22db415c04caa.tar.bz2
opensim-SC_OLD-9e0c678c1ea78f59387219e6b0f22db415c04caa.tar.xz
Robust.HG.ini.example updated to get an [Hypergrid] section too.
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example29
1 files changed, 15 insertions, 14 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index aae76d5..91dea8c 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -34,20 +34,6 @@
34 ; The Robust.exe process must hvae R/W access to the location 34 ; The Robust.exe process must hvae R/W access to the location
35 ConfigDirectory = "/home/opensim/etc/Configs" 35 ConfigDirectory = "/home/opensim/etc/Configs"
36 36
37 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
38 ;; This is the address of the external robust server that
39 ;; runs the UserAgentsService, possibly this server.
40 ;; For example http://myworld.com:8002
41 ;; This is a default that can be overwritten in some sections.
42 ; HomeURI = "http://127.0.0.1:8002"
43
44 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
45 ;; This is the address of the external robust server
46 ;; that runs the Gatekeeper service, possibly this server.
47 ;; For example http://myworld.com:8002
48 ;; This is a default that can be overwritten in some sections.
49 ; GatekeeperURI = "http://127.0.0.1:8002"
50
51[ServiceList] 37[ServiceList]
52 38
53AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 39AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
@@ -119,6 +105,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
119;ConsolePass = secret 105;ConsolePass = secret
120;ConsolePort = 0 106;ConsolePort = 0
121 107
108[Hypergrid]
109 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
110 ;; This is the address of the external robust server that
111 ;; runs the UserAgentsService, possibly this server.
112 ;; For example http://myworld.com:8002
113 ;; This is a default that can be overwritten in some sections.
114 ; HomeURI = "http://127.0.0.1:8002"
115
116 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
117 ;; This is the address of the external robust server
118 ;; that runs the Gatekeeper service, possibly this server.
119 ;; For example http://myworld.com:8002
120 ;; This is a default that can be overwritten in some sections.
121 ; GatekeeperURI = "http://127.0.0.1:8002"
122
122[DatabaseService] 123[DatabaseService]
123 StorageProvider = "OpenSim.Data.MySQL.dll" 124 StorageProvider = "OpenSim.Data.MySQL.dll"
124 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" 125 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"