Fix some bugs in remote/sync (still not complete)
[jvcard.git] / src / be / nikiroo / jvcard / resources / remote.properties
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:
9 SERVER_DATA_PATH = /tmp/client/original/
10
11 ###############
12 ### Client: ###
13 ###############
14
15 # when loading "jvcard://" links, where to save cache files
16 CLIENT_CACHE_DIR = /tmp/client/
17
18 # "true" to automatically synchronise remote cards
19 CLIENT_AUTO_SYNC = true