From 5e27d15a1f8045de70e5b061dcda51b0e5555701 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 22:57:26 +1000 Subject: Major clean up of .ini files. Sorry about the lack of details. --- bin/config-include/GridCommon.ini.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/config-include/GridCommon.ini.example') diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e93ce3c..5406295 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example @@ -6,7 +6,7 @@ ; ; SQLite - Include-Storage = "config-include/storage/SQLiteStandalone.ini"; + ; Include-Storage = "config-include/storage/SQLiteStandalone.ini"; ; MySql ; Uncomment these lines if you want to use mysql storage @@ -32,6 +32,9 @@ ;StorageProvider = "OpenSim.Data.PGSQL.dll" ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;" + StorageProvider = "${Const|DataProvider}" + ConnectionString = "${Const|ConnectionString}" + [Hypergrid] ; Uncomment the variables in this section only if you are in ; Hypergrid configuration. Otherwise, ignore. -- cgit v1.1