#!/usr/bin/python host = 'www.myhost.com' user = 'mydbuser' passwd = 'mypass' database = 'bookmarker3' port = 8021 template_dir = 'templates'