~didrocks/ubuntuone-client/dont-suffer-zg-crash

« back to all changes in this revision

Viewing changes to data/syncdaemon.conf

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2009-06-30 12:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090630120000-by806ovmw3193qe8
Tags: upstream-0.90.3
ImportĀ upstreamĀ versionĀ 0.90.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[__main__]
 
2
host.default = fs-1.ubuntuone.com
 
3
host.help = The server address
 
4
 
 
5
dns_srv.default = _https._tcp.fs.ubuntuone.com
 
6
dns_srv.help = The DNS SRV record
 
7
 
 
8
disable_ssl_verify.default = False
 
9
disable_ssl_verify.action = store_true
 
10
disable_ssl_verify.parser = bool
 
11
disable_ssl_verify.help = Disable SSL certificate verification in a test environment.
 
12
 
 
13
port.default = 443
 
14
port.parser = int
 
15
port.help = The port on which to connect to the server
 
16
 
 
17
root_dir.default = ~/Ubuntu One
 
18
root_dir.parser = home_dir
 
19
root_dir.help = Use the specified directory as the root
 
20
 
 
21
data_dir.default = ubuntuone/syncdaemon
 
22
data_dir.parser = cache_dir
 
23
data_dir.help = Use the specified directory to store the metadata
 
24
 
 
25
realm.default = https://ubuntuone.com
 
26
realm.help = The oauth realm
 
27
 
 
28
oauth.help = Explicitly provide OAuth credentials (default is to query keyring)
 
29
oauth.metavar = KEY:SECRET
 
30
 
 
31
debug.default = False
 
32
debug.action = store_true
 
33
debug.parser = bool
 
34
debug.help = output the log to stdout
 
35
 
 
36
mark_interval.default = 120
 
37
mark_interval.parser = int
 
38
mark_interval.help = log a "mark" every N seconds
 
39