aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authoronefang2021-08-18 13:21:43 +1000
committeronefang2021-08-18 13:21:43 +1000
commit544e1c2983600ecd277577140840bea962362b2d (patch)
tree0433b8d01068c0398de1fd1a3b9539c0d37a27b5 /bin/config-include
parentSim stop tweaks. (diff)
downloadopensim-SC-544e1c2983600ecd277577140840bea962362b2d.zip
opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.gz
opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.bz2
opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.xz
Move more stuff into the var directory.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/config_DG.ini9
-rw-r--r--bin/config-include/config_IG.ini9
-rw-r--r--bin/config-include/config_MG.ini9
-rw-r--r--bin/config-include/config_localhost.ini9
4 files changed, 20 insertions, 16 deletions
diff --git a/bin/config-include/config_DG.ini b/bin/config-include/config_DG.ini
index 59e54cd..27178c2 100644
--- a/bin/config-include/config_DG.ini
+++ b/bin/config-include/config_DG.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]
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
index d1f1e19..ce43cbd 100644
--- a/bin/config-include/config_IG.ini
+++ b/bin/config-include/config_IG.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]
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini
index be46dc2..59eb2f1 100644
--- a/bin/config-include/config_MG.ini
+++ b/bin/config-include/config_MG.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]
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]