* remove GridInfo section down to the bottom of OpenSim.ini.example and add explanatory information

* this managed to confuse me briefly today (but I am thick :-)
0.6.0-stable
Justin Clarke Casey 2008-08-01 21:09:33 +00:00
parent 12c5bfa3e0
commit 95b06c575e
1 changed files with 27 additions and 20 deletions

View File

@ -1,23 +1,3 @@
[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
@ -652,3 +632,30 @@ EventLimit = 30
KillTimedOutScripts = false
; Allow OS console command functionality (VERY DANGEROUS!!)
AllowosConsoleCommand = false
[GridInfo]
; These settings are used to return information on a get_grid_info call
; Don't worry about this section if you don't know what it means - "wrong"
; settings here will have no effect upon the OpenSimulator runtime
; 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"