Resources system rewrite + new "--save-config DIR" option
[jvcard.git] / src / be / nikiroo / jvcard / resources / remote.properties
1 # Remote configuration (client and server)
2 #
3
4
5 # (WHERE: Server, FORMAT: directory)
6 # when starting as a jVCard remote server, where to look for data
7 SERVER_DATA_PATH = /tmp/server/
8 # (WHERE: Client, FORMAT: directory)
9 # when loading "jvcard://" links, where to save cache files
10 CLIENT_CACHE_DIR = /tmp/client/
11 # (WHERE: Client, FORMAT: TRUE or FALSE)
12 # Automatically synchronise remote cards
13 CLIENT_AUTO_SYNC = true