<?php

$conf['zenphoto_path'] = "/photos";
$conf['mysql_user'] = "";
$conf['mysql_password'] = "";
$conf['mysql_host'] = "localhost";
$conf['mysql_database'] = "zenphoto";
$conf['mysql_prefix'] = "zp_";
$conf['user_password_hash'] = "";
$conf['synchronize_users'] = 1;
$conf['zenphoto_permissions'] = 'overview_rights';
$conf['single_sign_on'] = 1;

?>
