aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorRobert Adams2013-10-16 07:53:44 -0700
committerRobert Adams2013-10-16 07:53:44 -0700
commit8937a2244d65ea71c402777bb68a986f60982e07 (patch)
tree03601074b85b0c41ff15f5155a4b14c197954450 /bin/Robust.HG.ini.example
parentvarregion: move the compressed heighmap compression factor from (diff)
parentBulletSim: implement the SL bug where VEHICLE_HOVER_UP_ONLY disables (diff)
downloadopensim-SC_OLD-8937a2244d65ea71c402777bb68a986f60982e07.zip
opensim-SC_OLD-8937a2244d65ea71c402777bb68a986f60982e07.tar.gz
opensim-SC_OLD-8937a2244d65ea71c402777bb68a986f60982e07.tar.bz2
opensim-SC_OLD-8937a2244d65ea71c402777bb68a986f60982e07.tar.xz
Merge branch 'master' into varregion
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 8fe6d0c..2ad262a 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -126,6 +126,15 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
126 ; GatekeeperURI = "http://127.0.0.1:8002" 126 ; GatekeeperURI = "http://127.0.0.1:8002"
127 127
128[DatabaseService] 128[DatabaseService]
129 ; PGSQL
130 ; Uncomment these lines if you want to use PGSQL storage
131 ; Change the connection string to your db details
132 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
133 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
134
135 ; MySQL
136 ; Uncomment these lines if you want to use MySQL storage
137 ; Change the connection string to your db details
129 StorageProvider = "OpenSim.Data.MySQL.dll" 138 StorageProvider = "OpenSim.Data.MySQL.dll"
130 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;" 139 ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;"
131 140