aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorlbsa712007-11-19 13:10:44 +0000
committerlbsa712007-11-19 13:10:44 +0000
commit7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a (patch)
treef0be743fb11364beb93363b0cd2445af5484102d /bin/OpenSim.ini.example
parentFixed - outside of bounds error. (diff)
downloadopensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.zip
opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.tar.gz
opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.tar.bz2
opensim-SC_OLD-7d26d8ffd06422bd974dbaa0aa41d6ae2ebe0a0a.tar.xz
* Added example MySQL connectionstring to OpenSim.ini.example
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index a730aff..0499409 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -24,9 +24,9 @@ physics = basicphysics
24storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" 24storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
25storage_connection_string="URI=file:OpenSim.db,version=3"; 25storage_connection_string="URI=file:OpenSim.db,version=3";
26 26
27; --- To use MySQL storage, supply your own connectionstring: 27; --- To use MySQL storage, supply your own connectionstring (this is only an example):
28; storage_plugin="OpenSim.Framework.Data.MySQL.dll" 28; storage_plugin="OpenSim.Framework.Data.MySQL.dll"
29; storage_connection_string="<MySql Connection String>"; 29; storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;";
30 30
31startup_console_commands_file = "startup_commands.txt" 31startup_console_commands_file = "startup_commands.txt"
32shutdown_console_commands_file = "shutdown_commands.txt" 32shutdown_console_commands_file = "shutdown_commands.txt"