diff options
author | Melanie | 2009-10-21 02:19:45 +0100 |
---|---|---|
committer | Melanie | 2009-10-21 02:19:45 +0100 |
commit | 2a886fd76c9df972fa3096d19b37047f7eda672f (patch) | |
tree | b40b4af467af8c72b48714c4d691aedbd2e67a63 /bin/config-include | |
parent | Cleanup and comment the region module loader. Add support for configuring (diff) | |
download | opensim-SC_OLD-2a886fd76c9df972fa3096d19b37047f7eda672f.zip opensim-SC_OLD-2a886fd76c9df972fa3096d19b37047f7eda672f.tar.gz opensim-SC_OLD-2a886fd76c9df972fa3096d19b37047f7eda672f.tar.bz2 opensim-SC_OLD-2a886fd76c9df972fa3096d19b37047f7eda672f.tar.xz |
Really make module port selection work. Implement port setting in
LLProxyLoginModule.
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 3bc9b6c..6da0f1e 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -32,3 +32,7 @@ | |||
32 | ;Include-CenomeCache = "config-include/CenomeCache.ini" | 32 | ;Include-CenomeCache = "config-include/CenomeCache.ini" |
33 | 33 | ||
34 | ;AssetCaching = "GlynnTuckerAssetCache" | 34 | ;AssetCaching = "GlynnTuckerAssetCache" |
35 | |||
36 | ;; Optionally, the port for the LLProxyLoginModule module can be changed | ||
37 | |||
38 | ;Setup_LLProxyLoginModule = "9090/" | ||