diff options
author | onefang | 2019-05-19 22:57:26 +1000 |
---|---|---|
committer | onefang | 2019-05-19 22:57:26 +1000 |
commit | 5e27d15a1f8045de70e5b061dcda51b0e5555701 (patch) | |
tree | 75d3eb166bfeb37654237b5592aeda00d324295a /bin/config-include/StandaloneCommon.ini.example | |
parent | Build instructions ++ (diff) | |
download | opensim-SC-5e27d15a1f8045de70e5b061dcda51b0e5555701.zip opensim-SC-5e27d15a1f8045de70e5b061dcda51b0e5555701.tar.gz opensim-SC-5e27d15a1f8045de70e5b061dcda51b0e5555701.tar.bz2 opensim-SC-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.example | 5 |
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. |