From 14c76e5b936e3c91d88d21e30558d4eee1ab98ef Mon Sep 17 00:00:00 2001 From: b1galez Date: Tue, 14 Dec 2010 10:40:58 +0000 Subject: 3.0 Release, added MySQL support, various fixes. git-svn-id: http://yubico-yubiserve.googlecode.com/svn/trunk@29 fbcee277-3294-991b-8290-beb7048acdd6 --- yubiserve.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 yubiserve.cfg (limited to 'yubiserve.cfg') diff --git a/yubiserve.cfg b/yubiserve.cfg new file mode 100644 index 0000000..06993bf --- /dev/null +++ b/yubiserve.cfg @@ -0,0 +1,9 @@ +yubiservePORT = 8000; +yubiserveSSLPORT = 8001; +yubiserveHOST = '0.0.0.0'; +yubiDB = 'sqlite'; +#yubiDB = 'mysql'; +yubiMySQLHost = 'localhost'; +yubiMySQLUser = 'yubiserve'; +yubiMySQLPass = 'yubipass'; +yubiMySQLName = 'yubikeys'; -- cgit v1.2.3