summaryrefslogtreecommitdiff
path: root/yubiserve.cfg
blob: 7ee344c9bdd0b30ea6c5bc04f539fa392bcf1145 (plain)
1
2
3
4
5
6
7
8
9
yubiservePORT = 8700;
#yubiserveSSLPORT = 8701;
yubiserveHOST = '127.0.0.1';
yubiDB = 'sqlite';
#yubiDB = 'mysql';
yubiMySQLHost = 'localhost';
yubiMySQLUser = 'yubiserve';
yubiMySQLPass = 'yubipass';
yubiMySQLName = 'yubikeys';