From b5f23b4c9ca33740830ae6637103c4f019bcd782 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 25 Jul 2008 16:56:46 +0000 Subject: 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. --- bin/OpenSim.ini.example | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c6bf912..6622997 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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 -- cgit v1.1