diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 1 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 4e34059..c5598c0 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -122,6 +122,7 @@ | |||
122 | [Modules] | 122 | [Modules] |
123 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 123 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
124 | ;; Copy the config .example file into your own .ini file and change configs there | 124 | ;; Copy the config .example file into your own .ini file and change configs there |
125 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | ||
125 | 126 | ||
126 | AssetCaching = "FlotsamAssetCache" | 127 | AssetCaching = "FlotsamAssetCache" |
127 | Include-FlotsamCache = "config-include/FlotsamCache.ini" | 128 | Include-FlotsamCache = "config-include/FlotsamCache.ini" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index babd116..431dce1 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -45,14 +45,15 @@ | |||
45 | [Modules] | 45 | [Modules] |
46 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 46 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
47 | ;; Copy the config .example file into your own .ini file and change configs there | 47 | ;; Copy the config .example file into your own .ini file and change configs there |
48 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | ||
48 | 49 | ||
49 | ;AssetCaching = "GlynnTuckerAssetCache" | 50 | AssetCaching = "FlotsamAssetCache" |
51 | Include-FlotsamCache = "config-include/FlotsamCache.ini" | ||
50 | 52 | ||
51 | ;AssetCaching = "FlotsamAssetCache" | 53 | ;AssetCaching = "GlynnTuckerAssetCache" |
52 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" | ||
53 | 54 | ||
54 | AssetCaching = "CenomeMemoryAssetCache" | 55 | ; AssetCaching = "CenomeMemoryAssetCache" |
55 | Include-CenomeCache = "config-include/CenomeCache.ini" | 56 | ; Include-CenomeCache = "config-include/CenomeCache.ini" |
56 | 57 | ||
57 | ;; Authorization is not on by default, as it depends on external php | 58 | ;; Authorization is not on by default, as it depends on external php |
58 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" | 59 | ;AuthorizationServices = "LocalAuthorizationServicesConnector" |