Resources system rewrite + new "--save-config DIR" option
[jvcard.git] / src / be / nikiroo / jvcard / resources / remote.properties
index d6c9e726e4dfa25da3927ffda510b09a36dd5a4d..88e0b8ff499a6c4479e9e479a703a10938cf945a 100644 (file)
@@ -1,19 +1,13 @@
-# remote configuration (client and server)
-# 
+# Remote configuration (client and server)
+#
 
-###############
-### Server: ###
-###############
 
-# when starting as a jVCard remote server, where to look for data:
+# (WHERE: Server, FORMAT: directory)
+# when starting as a jVCard remote server, where to look for data
 SERVER_DATA_PATH = /tmp/server/
-
-###############
-### Client: ###
-###############
-
+# (WHERE: Client, FORMAT: directory)
 # when loading "jvcard://" links, where to save cache files
-CLIENT_CACHE_DIR = /tmp/client/ 
-
-# "true" to automatically synchronise remote cards
-CLIENT_AUTO_SYNC = true 
+CLIENT_CACHE_DIR = /tmp/client/
+# (WHERE: Client, FORMAT: TRUE or FALSE)
+# Automatically synchronise remote cards
+CLIENT_AUTO_SYNC = true