1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-12-01 15:24:17 +01:00
yubikey-ksm/ykksm-config.php
2009-02-25 11:06:42 +00:00

8 lines
131 B
PHP

<?php
$dbhost = "localhost";
$dbname = "ykksm";
$dbuser = "ykksmreader";
$dbpasswd = "password";
$logfacility = LOG_LOCAL0;
?>