1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-12-12 12:08:55 +01:00
yubikey-ksm/ykksm-config.php

8 lines
131 B
PHP
Raw Permalink Normal View History

2009-02-24 22:27:28 +01:00
<?php
$dbhost = "localhost";
$dbname = "ykksm";
$dbuser = "ykksmreader";
$dbpasswd = "password";
2009-02-25 12:06:42 +01:00
$logfacility = LOG_LOCAL0;
2009-02-24 22:27:28 +01:00
?>