diff options
Diffstat (limited to 'config.default.ini.php')
-rw-r--r-- | config.default.ini.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.default.ini.php b/config.default.ini.php index 394658d6..90498230 100644 --- a/config.default.ini.php +++ b/config.default.ini.php @@ -52,3 +52,8 @@ username = "" ; The password for authentication. Insert this password when prompted for login. ; Use a strong password to prevent others from guessing your login! password = "" + +; --- Cache specific configuration --------------------------------------------- + +[SQLiteCache] +file = "cache.sqlite" |