Resources system rewrite + new "--save-config DIR" option
[jvcard.git] / src / be / nikiroo / jvcard / resources / remote.properties
... / ...
CommitLineData
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
7SERVER_DATA_PATH = /tmp/server/
8# (WHERE: Client, FORMAT: directory)
9# when loading "jvcard://" links, where to save cache files
10CLIENT_CACHE_DIR = /tmp/client/
11# (WHERE: Client, FORMAT: TRUE or FALSE)
12# Automatically synchronise remote cards
13CLIENT_AUTO_SYNC = true