diff options
author | Diva Canto | 2009-12-23 17:31:30 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-23 17:31:30 -0800 |
commit | 1fa938aab0b748768ff3528e41ba76dd6baa1bf3 (patch) | |
tree | 4d3247f4e48b350faf9c392fed4b6576fb856c31 /bin/config-include/StandaloneCommon.ini.example | |
parent | Fixes the broken build of the previous commit. (diff) | |
download | opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.zip opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.tar.gz opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.tar.bz2 opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.tar.xz |
Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones.
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index b0e2de3..1679f93 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -39,3 +39,7 @@ | |||
39 | ;;--- For MySql region storage (alternative) | 39 | ;;--- For MySql region storage (alternative) |
40 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 40 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
41 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 41 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
42 | |||
43 | [LibraryModule] | ||
44 | ; Set this if you want to change the name of the OpenSim Library | ||
45 | ;LibraryName = "My World's Library" \ No newline at end of file | ||