diff options
author | Sean Dague | 2008-04-02 15:40:00 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-02 15:40:00 +0000 |
commit | 26293d6d9ee9c3ae999c0939e7f7efa50d8b1523 (patch) | |
tree | 860007031da5d3166ca16c46c83956ea6c0af7d1 /bin/OpenSim.ini.example | |
parent | changing more references to OpenSim.Data (diff) | |
download | opensim-SC_OLD-26293d6d9ee9c3ae999c0939e7f7efa50d8b1523.zip opensim-SC_OLD-26293d6d9ee9c3ae999c0939e7f7efa50d8b1523.tar.gz opensim-SC_OLD-26293d6d9ee9c3ae999c0939e7f7efa50d8b1523.tar.bz2 opensim-SC_OLD-26293d6d9ee9c3ae999c0939e7f7efa50d8b1523.tar.xz |
change references to OpenSim.Data
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a852dde..5a6ef06 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -10,12 +10,12 @@ gridmode = false | |||
10 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 10 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
11 | 11 | ||
12 | ; --- To use sqlite as region storage: | 12 | ; --- To use sqlite as region storage: |
13 | ;storage_plugin = "OpenSim.Framework.Data.SQLite.dll" | 13 | ;storage_plugin = "OpenSim.Data.SQLite.dll" |
14 | storage_connection_string="URI=file:OpenSim.db,version=3"; | 14 | storage_connection_string="URI=file:OpenSim.db,version=3"; |
15 | 15 | ||
16 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): | 16 | ; --- To use MySQL storage, supply your own connectionstring (this is only an example): |
17 | ; note that the supplied account needs create privilegies if you want it to auto-create needed tables. | 17 | ; note that the supplied account needs create privilegies if you want it to auto-create needed tables. |
18 | ; storage_plugin="OpenSim.Framework.Data.MySQL.dll" | 18 | ; storage_plugin="OpenSim.Data.MySQL.dll" |
19 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; | 19 | ; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;"; |
20 | 20 | ||
21 | ; turn on experimental storage of prim inventories in the region database | 21 | ; turn on experimental storage of prim inventories in the region database |
@@ -99,16 +99,16 @@ accounts_authenticate = true | |||
99 | welcome_message = "Welcome to OpenSim" | 99 | welcome_message = "Welcome to OpenSim" |
100 | 100 | ||
101 | ; Asset database provider | 101 | ; Asset database provider |
102 | asset_plugin = "OpenSim.Framework.Data.SQLite.dll" | 102 | asset_plugin = "OpenSim.Data.SQLite.dll" |
103 | ; asset_plugin = "OpenSim.Framework.Data.MySQL.dll" | 103 | ; asset_plugin = "OpenSim.Data.MySQL.dll" |
104 | 104 | ||
105 | ; Inventory database provider | 105 | ; Inventory database provider |
106 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 106 | inventory_plugin = "OpenSim.Data.SQLite.dll" |
107 | ; inventory_plugin = "OpenSim.Framework.Data.MySQL.dll" | 107 | ; inventory_plugin = "OpenSim.Data.MySQL.dll" |
108 | 108 | ||
109 | ; User Data Database provider | 109 | ; User Data Database provider |
110 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" | 110 | userDatabase_plugin = "OpenSim.Data.SQLite.dll" |
111 | ; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" | 111 | ; userDatabase_plugin = "OpenSim.Data.MySQL.dll" |
112 | 112 | ||
113 | default_location_x = 1000 | 113 | default_location_x = 1000 |
114 | default_location_y = 1000 | 114 | default_location_y = 1000 |