aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/GridCommon.ini.example
diff options
context:
space:
mode:
authoronefang2019-05-19 22:57:26 +1000
committeronefang2019-05-19 22:57:26 +1000
commit5e27d15a1f8045de70e5b061dcda51b0e5555701 (patch)
tree75d3eb166bfeb37654237b5592aeda00d324295a /bin/config-include/GridCommon.ini.example
parentBuild instructions ++ (diff)
downloadopensim-SC_OLD-5e27d15a1f8045de70e5b061dcda51b0e5555701.zip
opensim-SC_OLD-5e27d15a1f8045de70e5b061dcda51b0e5555701.tar.gz
opensim-SC_OLD-5e27d15a1f8045de70e5b061dcda51b0e5555701.tar.bz2
opensim-SC_OLD-5e27d15a1f8045de70e5b061dcda51b0e5555701.tar.xz
Major clean up of .ini files.
Sorry about the lack of details.
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r--bin/config-include/GridCommon.ini.example5
1 files changed, 4 insertions, 1 deletions
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 @@
6 ; 6 ;
7 7
8 ; SQLite 8 ; SQLite
9 Include-Storage = "config-include/storage/SQLiteStandalone.ini"; 9 ; Include-Storage = "config-include/storage/SQLiteStandalone.ini";
10 10
11 ; MySql 11 ; MySql
12 ; Uncomment these lines if you want to use mysql storage 12 ; Uncomment these lines if you want to use mysql storage
@@ -32,6 +32,9 @@
32 ;StorageProvider = "OpenSim.Data.PGSQL.dll" 32 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
33 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;" 33 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
34 34
35 StorageProvider = "${Const|DataProvider}"
36 ConnectionString = "${Const|ConnectionString}"
37
35[Hypergrid] 38[Hypergrid]
36 ; Uncomment the variables in this section only if you are in 39 ; Uncomment the variables in this section only if you are in
37 ; Hypergrid configuration. Otherwise, ignore. 40 ; Hypergrid configuration. Otherwise, ignore.