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