aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example11
1 files changed, 6 insertions, 5 deletions
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"