diff options
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a60f9c0..179be94 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -54,15 +54,15 @@ | |||
54 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 54 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
55 | 55 | ||
56 | [Modules] | 56 | [Modules] |
57 | ;; Optionally choose one cache module and the corresponding config file, if it exists. | 57 | ;; Choose one cache module and the corresponding config file, if it exists. |
58 | ;; Copy the config .example file into your own .ini file and alter that | 58 | ;; Copy the config .example file into your own .ini file and alter that |
59 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | 59 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. |
60 | 60 | ||
61 | ;AssetCaching = "FlotsamAssetCache" | 61 | AssetCaching = "FlotsamAssetCache" |
62 | ;Include-FlotsamCache = "config-include/FlotsamCache.ini" | 62 | Include-FlotsamCache = "config-include/FlotsamCache.ini" |
63 | 63 | ||
64 | AssetCaching = "CenomeMemoryAssetCache" | 64 | ;AssetCaching = "CenomeMemoryAssetCache" |
65 | Include-CenomeCache = "config-include/CenomeCache.ini" | 65 | ;Include-CenomeCache = "config-include/CenomeCache.ini" |
66 | 66 | ||
67 | ;AssetCaching = "GlynnTuckerAssetCache" | 67 | ;AssetCaching = "GlynnTuckerAssetCache" |
68 | 68 | ||