aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDr Scofield2008-08-04 12:47:57 +0000
committerDr Scofield2008-08-04 12:47:57 +0000
commit07a259f0bfcad7424286cc910fb79d5c8936b614 (patch)
tree8cc4513d948d552bca4fbe7e8407d83ffc1b1001 /bin
parentMantis#1877. Thank you kindly, Sache Magne for a patch that: (diff)
downloadopensim-SC_OLD-07a259f0bfcad7424286cc910fb79d5c8936b614.zip
opensim-SC_OLD-07a259f0bfcad7424286cc910fb79d5c8936b614.tar.gz
opensim-SC_OLD-07a259f0bfcad7424286cc910fb79d5c8936b614.tar.bz2
opensim-SC_OLD-07a259f0bfcad7424286cc910fb79d5c8936b614.tar.xz
correcting comment on GridInfo
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example43
1 files changed, 28 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c1141fb..fc10a8d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -636,28 +636,41 @@ AllowosConsoleCommand = false
636 636
637[GridInfo] 637[GridInfo]
638 638
639; These settings are used to return information on a get_grid_info call 639; These settings are used to return information on a get_grid_info call.
640; Don't worry about this section if you don't know what it means - "wrong" 640; Client launcher scripts and third-party clients make use of this to
641; settings here will have no effect upon the OpenSimulator runtime 641; autoconfigure the client and to provide a nice user experience. If you
642; want to facilitate that, you should configure the settings here according
643; to your grid or standalone setup.
642; 644;
643; See http://opensimulator.org/wiki/GridInfo 645; See http://opensimulator.org/wiki/GridInfo
644 646
645; login uri 647; login uri: for grid this is the user server URI
646login = http://127.0.0.1:9000/ 648login = http://127.0.0.1:9000/
647; login page 649
650; long grid name: the long name of your grid
651gridname = "the lost continent of hippo"
652
653; short grid name: the short name of your grid
654gridnick = "hippogrid"
655
656
657; login page: optional: if it exists it will be used to tell the client to use
658; this as splash page
648welcome = http://127.0.0.1/welcome 659welcome = http://127.0.0.1/welcome
649; helper uri 660
661; helper uri: optional: if it exists if will be used to tell the client to use
662; this for all economy related things
650economy = http://127.0.0.1:9000/ 663economy = http://127.0.0.1:9000/
651; web page of grid 664
665; web page of grid: optional: page providing further information about your grid
652about = http://127.0.0.1/about/ 666about = http://127.0.0.1/about/
653; account creation 667
668; account creation: optional: page providing further information about obtaining
669; a user account on your grid
654register = http://127.0.0.1/register 670register = http://127.0.0.1/register
655; help 671
672; help: optional: page providing further assistance for users of your grid
656help = http://127.0.0.1/help 673help = http://127.0.0.1/help
657; password help
658password = http://127.0.0.1/password
659; long grid name
660gridname = "the lost continent of hippo"
661; short grid name
662gridnick = "hippogrid"
663 674
675; password help: optional: page providing password assistance for users of your grid
676password = http://127.0.0.1/password