diff options
author | Teravus Ovares | 2008-09-05 16:54:31 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-09-05 16:54:31 +0000 |
commit | f5c82186c159149d7e4ef5570a93e3fc399e0761 (patch) | |
tree | 1fdecbe06f814e37ff4656cc7b1ba172ace012a3 /bin/OpenSim.ini.example | |
parent | Replaced a lot of trig calls with lookup tables for common prim types in an a... (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
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 |
717 | ogp_enabled=false | 717 | ogp_enabled=false |
718 | |||
719 | ;Name Prefix/suffix when using OGP | ||
720 | ogp_firstname_prefix="" | ||
721 | ogp_lastname_suffix="_EXTERNAL" | ||