summaryrefslogtreecommitdiff
path: root/yubiserve.cfg
blob: 569ade14588bdcdcf6bf4ca4680527025d9d5229 (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';