From 95b06c575ecc65ab252a31a8a23bedc09400bc1f Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 1 Aug 2008 21:09:33 +0000 Subject: * 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 :-) --- bin/OpenSim.ini.example | 47 +++++++++++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index aa5708d..ac42f25 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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" + -- cgit v1.1