summarylogtreecommitdiffstats
path: root/valkey.conf-sane-defaults.patch
blob: ee0cb6813f60d59d56655c54e875ac7f16a8741a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/valkey.conf b/valkey.conf
index 465d56fc0..9c1bd1ed1 100644
--- a/valkey.conf
+++ b/valkey.conf
@@ -441,7 +441,7 @@ rdb-del-sync-files no
 # The Append Only File will also be created inside this directory.
 #
 # Note that you must specify a directory here, not a file name.
-dir ./
+dir /var/lib/valkey/
 
 ################################# REPLICATION #################################