(file) Return to settings-example.py CVS log (file) (dir) Up to [home] / python / delicious

File: [home] / python / delicious / settings-example.py (download) / (as text)
Revision: 1.5, Mon May 23 04:04:19 2005 UTC (5 years, 3 months ago) by ws
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2 lines
smtp user and pass are optional

settings = {
    'dbhost' : "127.0.0.1",              # database host
    'dbuser' : "username",               # database username
    'dbpass' : "password",               # database password
    'dbname' : "dbname",                 # database name
    'deluser' : 'delicious',             # delicious username
    'delpass' : 'password',              # delicious password
    'mailuser' : 'foo@gmail.com',        # email address to forward to
    'smtp' : 'smtp.gmail.com',           # smtp server
    'smtpuser' : 'foo',                  # smtp login (optional)
    'smtppass' : 'gmailpass',            # smtp password (optional)
    'tag' : ''                           # tag (optional)
}

tony at ponderer dot org
Powered by
ViewCVS 0.9.2