aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example/config/config.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example/config/config.ini9
1 files changed, 5 insertions, 4 deletions
diff --git a/example/config/config.ini b/example/config/config.ini
index e95b04c..03182fa 100644
--- a/example/config/config.ini
+++ b/example/config/config.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]