Fix some bugs in remote/sync (still not complete)
[jvcard.git] / src / be / nikiroo / jvcard / resources / remote.properties
CommitLineData
a046fa49
NR
1# remote configuration (client and server)
2#
3
4###############
5### Server: ###
6###############
7
8# when starting as a jVCard remote server, where to look for data:
4298276a 9SERVER_DATA_PATH = /tmp/client/original/
a046fa49
NR
10
11###############
12### Client: ###
13###############
14
15# when loading "jvcard://" links, where to save cache files
16CLIENT_CACHE_DIR = /tmp/client/
17
18# "true" to automatically synchronise remote cards
19CLIENT_AUTO_SYNC = true