diff options
author | lbsa71 | 2008-02-13 12:06:09 +0000 |
---|---|---|
committer | lbsa71 | 2008-02-13 12:06:09 +0000 |
commit | bcd3a5b28bc63426e5ac1f4642afca4a391ece28 (patch) | |
tree | d38441c04425259fe450d062e7be25c90ae7cb09 /bin/OpenSim.ini.example | |
parent | * Removed a debug line that got called every frame. (diff) | |
download | opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.zip opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.tar.gz opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.tar.bz2 opensim-SC_OLD-bcd3a5b28bc63426e5ac1f4642afca4a391ece28.tar.xz |
* Introduced customizable table names on MySQL and MSSQL UserData plug-ins.
[Provided by openlifegrid.com]
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 ce2f02e..2297fc4 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -76,8 +76,12 @@ physical_prim = true | |||
76 | accounts_authenticate = true | 76 | accounts_authenticate = true |
77 | welcome_message = "Welcome to OpenSim" | 77 | welcome_message = "Welcome to OpenSim" |
78 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 78 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
79 | |||
80 | ; User Data Database provider | ||
79 | ; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | 81 | ; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" |
82 | ; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" | ||
80 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" | 83 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" |
84 | |||
81 | default_location_x = 1000 | 85 | default_location_x = 1000 |
82 | default_location_y = 1000 | 86 | default_location_y = 1000 |
83 | dump_assets_to_file = false | 87 | dump_assets_to_file = false |