jvcard remote support (initial commit, not ready for use yet)
[jvcard.git] / src / be / nikiroo / jvcard / resources / remote.properties
diff --git a/src/be/nikiroo/jvcard/resources/remote.properties b/src/be/nikiroo/jvcard/resources/remote.properties
new file mode 100644 (file)
index 0000000..d6c9e72
--- /dev/null
@@ -0,0 +1,19 @@
+# remote configuration (client and server)
+# 
+
+###############
+### Server: ###
+###############
+
+# when starting as a jVCard remote server, where to look for data:
+SERVER_DATA_PATH = /tmp/server/
+
+###############
+### Client: ###
+###############
+
+# when loading "jvcard://" links, where to save cache files
+CLIENT_CACHE_DIR = /tmp/client/ 
+
+# "true" to automatically synchronise remote cards
+CLIENT_AUTO_SYNC = true