aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.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/StandaloneCommon.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/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 8931557..53f0da2 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.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
@@ -33,6 +33,9 @@
33 ;StorageProvider = "OpenSim.Data.PGSQL.dll" 33 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
34 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;" 34 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
35 35
36 StorageProvider = "${Const|DataProvider}"
37 ConnectionString = "${Const|ConnectionString}"
38
36[Hypergrid] 39[Hypergrid]
37 ; Uncomment the variables in this section only if you are in 40 ; Uncomment the variables in this section only if you are in
38 ; Hypergrid configuration. Otherwise, ignore. 41 ; Hypergrid configuration. Otherwise, ignore.