aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTeravus Ovares2008-09-05 16:54:31 +0000
committerTeravus Ovares2008-09-05 16:54:31 +0000
commitf5c82186c159149d7e4ef5570a93e3fc399e0761 (patch)
tree1fdecbe06f814e37ff4656cc7b1ba172ace012a3 /bin
parentReplaced a lot of trig calls with lookup tables for common prim types in an a... (diff)
downloadopensim-SC_OLD-f5c82186c159149d7e4ef5570a93e3fc399e0761.zip
opensim-SC_OLD-f5c82186c159149d7e4ef5570a93e3fc399e0761.tar.gz
opensim-SC_OLD-f5c82186c159149d7e4ef5570a93e3fc399e0761.tar.bz2
opensim-SC_OLD-f5c82186c159149d7e4ef5570a93e3fc399e0761.tar.xz
* 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
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 4 insertions, 0 deletions
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
715[OpenGridProtocol] 715[OpenGridProtocol]
716;On/true or Off/false 716;On/true or Off/false
717ogp_enabled=false 717ogp_enabled=false
718
719;Name Prefix/suffix when using OGP
720ogp_firstname_prefix=""
721ogp_lastname_suffix="_EXTERNAL"