aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 74c208d..6a84574 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -88,6 +88,15 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
88;ConsolePort = 0 88;ConsolePort = 0
89 89
90[DatabaseService] 90[DatabaseService]
91 ; PGSQL
92 ; Uncomment these lines if you want to use PGSQL storage
93 ; Change the connection string to your db details
94 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
95 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
96
97 ; MySQL
98 ; Uncomment these lines if you want to use MySQL storage
99 ; Change the connection string to your db details
91 StorageProvider = "OpenSim.Data.MySQL.dll" 100 StorageProvider = "OpenSim.Data.MySQL.dll"
92 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" 101 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
93 102