From f5c82186c159149d7e4ef5570a93e3fc399e0761 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 5 Sep 2008 16:54:31 +0000 Subject: * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 20a2339..5005741 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -715,3 +715,7 @@ password = http://127.0.0.1/password [OpenGridProtocol] ;On/true or Off/false ogp_enabled=false + +;Name Prefix/suffix when using OGP +ogp_firstname_prefix="" +ogp_lastname_suffix="_EXTERNAL" -- cgit v1.1