diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini | 4 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini index 267062f..8da7784 100644 --- a/bin/config-include/StandaloneCommon.ini +++ b/bin/config-include/StandaloneCommon.ini | |||
@@ -61,8 +61,8 @@ | |||
61 | ;; Copy the config .example file into your own .ini file and alter that | 61 | ;; Copy the config .example file into your own .ini file and alter that |
62 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | 62 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. |
63 | 63 | ||
64 | ; AssetCaching = "FlotsamAssetCache" | 64 | AssetCaching = "FlotsamAssetCache" |
65 | ; Include-FlotsamCache = "config-include/FlotsamCache.ini" | 65 | Include-FlotsamCache = "config-include/FlotsamCache.ini" |
66 | 66 | ||
67 | ;AssetCaching = "CenomeMemoryAssetCache" | 67 | ;AssetCaching = "CenomeMemoryAssetCache" |
68 | ;Include-CenomeCache = "config-include/CenomeCache.ini" | 68 | ;Include-CenomeCache = "config-include/CenomeCache.ini" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index e1b4565..ad5284d 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -58,8 +58,8 @@ | |||
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" |