mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
first cut at a GridInfo plugin (mantis #1825). Currently just spits
out everything in the [GridInfo] section :-D Also, not yet LLSD but
XmlRpc, LLSD via GET will follow. OpenSim.ini.example contains sample
values and explanation. Oh, and default values provided are
platform: OpenSim
mode: standalone | grid
have fun.
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
[GridInfo]
|
||||
; login uri
|
||||
login = http://127.0.0.1:9000/
|
||||
; login page
|
||||
welcome = http://127.0.0.1/welcome
|
||||
; helper uri
|
||||
economy = http://127.0.0.1:9000/
|
||||
; web page of grid
|
||||
about = http://127.0.0.1/about/
|
||||
; account creation
|
||||
register = http://127.0.0.1/register
|
||||
; help
|
||||
help = http://127.0.0.1/help
|
||||
; password help
|
||||
password = http://127.0.0.1/password
|
||||
; long grid name
|
||||
gridname = "the lost continent of hippo"
|
||||
; short grid name
|
||||
gridnick = "hippogrid"
|
||||
|
||||
[Startup]
|
||||
|
||||
; Set this to true if you are connecting your OpenSimulator regions to a grid
|
||||
|
||||
Reference in New Issue
Block a user