aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config_localhost.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/config_localhost.ini9
1 files changed, 5 insertions, 4 deletions
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 @@
13 13
14[Paths] 14[Paths]
15 AssetsPath = "../../AssetFiles" 15 AssetsPath = "../../AssetFiles"
16 BackupPath = "../../backups" 16 BackupPath = "../../var/backups"
17 CachePath = "../../caches" 17 CachePath = "../../var/cache"
18 ConfigPath = "../../config" 18 ConfigPath = "../../config"
19 DbPath = "../../db" 19 DbPath = "../../var/lib/db"
20 LogPath = "../../logs" 20 LogPath = "../../var/log"
21 PIDPath = "../../var/run"
21 WebPath = "../../web" 22 WebPath = "../../web"
22 23
23[Const] 24[Const]