aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorSean Dague2008-04-02 15:40:00 +0000
committerSean Dague2008-04-02 15:40:00 +0000
commit26293d6d9ee9c3ae999c0939e7f7efa50d8b1523 (patch)
tree860007031da5d3166ca16c46c83956ea6c0af7d1 /bin
parentchanging more references to OpenSim.Data (diff)
downloadopensim-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 'bin')
-rw-r--r--bin/OpenSim.ini.example16
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
10storage_plugin = "OpenSim.DataStore.NullStorage.dll" 10storage_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"
14storage_connection_string="URI=file:OpenSim.db,version=3"; 14storage_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
99welcome_message = "Welcome to OpenSim" 99welcome_message = "Welcome to OpenSim"
100 100
101; Asset database provider 101; Asset database provider
102asset_plugin = "OpenSim.Framework.Data.SQLite.dll" 102asset_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
106inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" 106inventory_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
110userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" 110userDatabase_plugin = "OpenSim.Data.SQLite.dll"
111; userDatabase_plugin = "OpenSim.Framework.Data.MySQL.dll" 111; userDatabase_plugin = "OpenSim.Data.MySQL.dll"
112 112
113default_location_x = 1000 113default_location_x = 1000
114default_location_y = 1000 114default_location_y = 1000