aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
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"