From 544e1c2983600ecd277577140840bea962362b2d Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 18 Aug 2021 13:21:43 +1000 Subject: Move more stuff into the var directory. --- bin/config-include/config_localhost.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin/config-include/config_localhost.ini') diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini index 830f173..7abd30e 100644 --- a/bin/config-include/config_localhost.ini +++ b/bin/config-include/config_localhost.ini @@ -13,11 +13,12 @@ [Paths] AssetsPath = "../../AssetFiles" - BackupPath = "../../backups" - CachePath = "../../caches" + BackupPath = "../../var/backups" + CachePath = "../../var/cache" ConfigPath = "../../config" - DbPath = "../../db" - LogPath = "../../logs" + DbPath = "../../var/lib/db" + LogPath = "../../var/log" + PIDPath = "../../var/run" WebPath = "../../web" [Const] -- cgit v1.1