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