blob: 4099e1c7a651423982e94b50faed41eb169676a8 [file] [log] [blame]
<?php
$CLOBBERER_DSN = "sqlite:db/clobberer.db";
$CLOBBERER_USERNAME = null;
$CLOBBERER_PASSWORD = null;
// for MySQL, use array(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY => true)
$CLOBBERER_PDO_OPTIONS = array();
// only allow cleanups by someone who knows this simple shared secret
// (put this in cleanup_clobberer.sh, too)
$CLEANUP_PASSWORD = null;
?>