diff options
author | lbsa71 | 2007-10-26 14:08:36 +0000 |
---|---|---|
committer | lbsa71 | 2007-10-26 14:08:36 +0000 |
commit | 070047ce1bc74cceebd5e817a0e042a7390c5f24 (patch) | |
tree | 074326d9e948655f5b2c0c378d601d611e1d4f4d /bin/OpenSim.ini.example | |
parent | Region ground texture was not marked as temporary, when being created, and as... (diff) | |
download | opensim-SC_OLD-070047ce1bc74cceebd5e817a0e042a7390c5f24.zip opensim-SC_OLD-070047ce1bc74cceebd5e817a0e042a7390c5f24.tar.gz opensim-SC_OLD-070047ce1bc74cceebd5e817a0e042a7390c5f24.tar.bz2 opensim-SC_OLD-070047ce1bc74cceebd5e817a0e042a7390c5f24.tar.xz |
* Added prototypical AvatarFactory module interface to load avatar parameters
* Added dump_assets_to_file option to enable asset dumping for debug
* normalized some namespaces
* InventoryFolder renamed to InventoryFolderImpl to
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a727b32..9aa54a9 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -23,7 +23,7 @@ inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | |||
23 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" | 23 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" |
24 | default_location_x = 1000 | 24 | default_location_x = 1000 |
25 | default_location_y = 1000 | 25 | default_location_y = 1000 |
26 | 26 | dump_assets_to_file = false | |
27 | 27 | ||
28 | [Network] | 28 | [Network] |
29 | http_listener_port = 9000 | 29 | http_listener_port = 9000 |