diff options
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
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 | |||
24 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | 24 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" |
25 | storage_connection_string="URI=file:OpenSim.db,version=3"; | 25 | storage_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 | ||
31 | startup_console_commands_file = "startup_commands.txt" | 31 | startup_console_commands_file = "startup_commands.txt" |
32 | shutdown_console_commands_file = "shutdown_commands.txt" | 32 | shutdown_console_commands_file = "shutdown_commands.txt" |