~ubuntuone-control-tower/ubuntuone-client/trunk

« back to all changes in this revision

Viewing changes to data/syncdaemon.conf

  • Committer: Rodney Dawes
  • Date: 2009-05-12 13:36:05 UTC
  • Revision ID: rodney.dawes@canonical.com-20090512133605-6aqs6e8xnnmp5u1p
        Import the code
        Hook up lint/trial tests in setup.py
        Use icontool now instead of including the render script
        Add missing python-gnome2-desktop to package dependencies
        Update debian/rules to fix the icon cache issue

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
port.default = 443
 
9
port.parser = int
 
10
port.help = The port on which to connect to the server
 
11
 
 
12
root_dir.default = ~/Ubuntu One
 
13
root_dir.parser = home_dir
 
14
root_dir.help = Use the specified directory as the root
 
15
 
 
16
data_dir.default = ubuntuone/syncdaemon
 
17
data_dir.parser = cache_dir
 
18
data_dir.help = Use the specified directory to store the metadata
 
19
 
 
20
realm.default = https://ubuntuone.com
 
21
realm.help = The oauth realm
 
22
 
 
23
oauth.help = Explicitly provide OAuth credentials (default is to query keyring)
 
24
oauth.metavar = KEY:SECRET
 
25
 
 
26
debug.default = False
 
27
debug.action = store_true
 
28
debug.parser = bool
 
29
debug.help = output the log to stdout
 
30
 
 
31
mark_interval.default = 120
 
32
mark_interval.parser = int
 
33
mark_interval.help = log a "mark" every N seconds
 
34