correcting comment on GridInfo
parent
dba4d357c8
commit
07a259f0bf
|
@ -636,28 +636,41 @@ AllowosConsoleCommand = false
|
||||||
|
|
||||||
[GridInfo]
|
[GridInfo]
|
||||||
|
|
||||||
; These settings are used to return information on a get_grid_info call
|
; 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"
|
; Client launcher scripts and third-party clients make use of this to
|
||||||
; settings here will have no effect upon the OpenSimulator runtime
|
; autoconfigure the client and to provide a nice user experience. If you
|
||||||
|
; want to facilitate that, you should configure the settings here according
|
||||||
|
; to your grid or standalone setup.
|
||||||
;
|
;
|
||||||
; See http://opensimulator.org/wiki/GridInfo
|
; See http://opensimulator.org/wiki/GridInfo
|
||||||
|
|
||||||
; login uri
|
; login uri: for grid this is the user server URI
|
||||||
login = http://127.0.0.1:9000/
|
login = http://127.0.0.1:9000/
|
||||||
; login page
|
|
||||||
welcome = http://127.0.0.1/welcome
|
; long grid name: the long name of your grid
|
||||||
; 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"
|
gridname = "the lost continent of hippo"
|
||||||
; short grid name
|
|
||||||
|
; short grid name: the short name of your grid
|
||||||
gridnick = "hippogrid"
|
gridnick = "hippogrid"
|
||||||
|
|
||||||
|
|
||||||
|
; login page: optional: if it exists it will be used to tell the client to use
|
||||||
|
; this as splash page
|
||||||
|
welcome = http://127.0.0.1/welcome
|
||||||
|
|
||||||
|
; helper uri: optional: if it exists if will be used to tell the client to use
|
||||||
|
; this for all economy related things
|
||||||
|
economy = http://127.0.0.1:9000/
|
||||||
|
|
||||||
|
; web page of grid: optional: page providing further information about your grid
|
||||||
|
about = http://127.0.0.1/about/
|
||||||
|
|
||||||
|
; account creation: optional: page providing further information about obtaining
|
||||||
|
; a user account on your grid
|
||||||
|
register = http://127.0.0.1/register
|
||||||
|
|
||||||
|
; help: optional: page providing further assistance for users of your grid
|
||||||
|
help = http://127.0.0.1/help
|
||||||
|
|
||||||
|
; password help: optional: page providing password assistance for users of your grid
|
||||||
|
password = http://127.0.0.1/password
|
||||||
|
|
Loading…
Reference in New Issue