summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale-1.1.1.patch
blob: be94195e7916a6db396f323fbb8961fb79849350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/config b/config
index a2e36ec..66e5a25 100644
--- a/config
+++ b/config
@@ -146,7 +146,7 @@
 #custom_handler =
 
 # File for rights management from_file
-#file = ~/.config/radicale/rights
+file = /etc/radicale/rights
 
 
 [storage]
@@ -163,7 +163,7 @@
 #custom_handler =
 
 # Folder for storing local collections, created if not present
-#filesystem_folder = ~/.config/radicale/collections
+filesystem_folder = /var/lib/radicale/collections
 
 # Database URL for SQLAlchemy
 # dialect+driver://user:password@host/dbname[?key=value..]