diff options
Diffstat (limited to 'bin/OpenSim.Server.HG.ini.example')
-rw-r--r-- | bin/OpenSim.Server.HG.ini.example | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.HG.ini.example b/bin/OpenSim.Server.HG.ini.example index 97c2e06..5e3f9a7 100644 --- a/bin/OpenSim.Server.HG.ini.example +++ b/bin/OpenSim.Server.HG.ini.example | |||
@@ -133,6 +133,52 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
133 | InventoryServerURI = "http://127.0.0.1:8002" | 133 | InventoryServerURI = "http://127.0.0.1:8002" |
134 | AssetServerURI = "http://127.0.0.1:8002" | 134 | AssetServerURI = "http://127.0.0.1:8002" |
135 | 135 | ||
136 | [GridInfoService] | ||
137 | ; These settings are used to return information on a get_grid_info call. | ||
138 | ; Client launcher scripts and third-party clients make use of this to | ||
139 | ; autoconfigure the client and to provide a nice user experience. If you | ||
140 | ; want to facilitate that, you should configure the settings here according | ||
141 | ; to your grid or standalone setup. | ||
142 | ; | ||
143 | ; See http://opensimulator.org/wiki/GridInfo | ||
144 | |||
145 | ; login uri: for grid this is the login server URI | ||
146 | login = http://127.0.0.1:9000/ | ||
147 | |||
148 | ; long grid name: the long name of your grid | ||
149 | gridname = "the lost continent of hippo" | ||
150 | |||
151 | ; short grid name: the short name of your grid | ||
152 | gridnick = "hippogrid" | ||
153 | |||
154 | ; login page: optional: if it exists it will be used to tell the client to use | ||
155 | ; this as splash page | ||
156 | ; currently unused | ||
157 | ;welcome = http://127.0.0.1/welcome | ||
158 | |||
159 | ; helper uri: optional: if it exists if will be used to tell the client to use | ||
160 | ; this for all economy related things | ||
161 | ; currently unused | ||
162 | ;economy = http://127.0.0.1:9000/ | ||
163 | |||
164 | ; web page of grid: optional: page providing further information about your grid | ||
165 | ; currently unused | ||
166 | ;about = http://127.0.0.1/about/ | ||
167 | |||
168 | ; account creation: optional: page providing further information about obtaining | ||
169 | ; a user account on your grid | ||
170 | ; currently unused | ||
171 | ;register = http://127.0.0.1/register | ||
172 | |||
173 | ; help: optional: page providing further assistance for users of your grid | ||
174 | ; currently unused | ||
175 | ;help = http://127.0.0.1/help | ||
176 | |||
177 | ; password help: optional: page providing password assistance for users of your grid | ||
178 | ; currently unused | ||
179 | ;password = http://127.0.0.1/password | ||
180 | |||
181 | |||
136 | [GatekeeperService] | 182 | [GatekeeperService] |
137 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 183 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
138 | ;; for the service | 184 | ;; for the service |
@@ -160,3 +206,4 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
160 | [HGInventoryService] | 206 | [HGInventoryService] |
161 | ; For the InventoryServiceInConnector | 207 | ; For the InventoryServiceInConnector |
162 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" | 208 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService" |
209 | |||