# This dir must contain the local application build.dir=. # Credentials for the database db.host=localhost db.user=user db.pass=password db.name=example # Twitter data twitter.username=username twitter.password=password # bit.ly data bitly.login=login bitly.apiKey=apiKey # Data for file browser files.basePath=/absolute/path/to/public/files files.baseUrl=http://absolute.url/to/public/files # Data for photgraphy (flickr) photography.apiKey=apiKey photography.secretKey=secretKey photography.username=username # Blowfish secret for encrypted cookies cookies.blowfishSecret=secret # Paths to programs required by the build process progs.mysql=/usr/bin/mysql