summaryrefslogtreecommitdiff
path: root/yubiserve.cfg
diff options
context:
space:
mode:
authorb1galez <b1galez@fbcee277-3294-991b-8290-beb7048acdd6>2010-12-14 10:40:58 +0000
committerb1galez <b1galez@fbcee277-3294-991b-8290-beb7048acdd6>2010-12-14 10:40:58 +0000
commit14c76e5b936e3c91d88d21e30558d4eee1ab98ef (patch)
tree3c5d639ef203e7d43154f58edeac4172ce084a2f /yubiserve.cfg
parentFixed version identification in headers sent to client. (diff)
downloadyubico-yubiserve-14c76e5b936e3c91d88d21e30558d4eee1ab98ef.tar.gz
yubico-yubiserve-14c76e5b936e3c91d88d21e30558d4eee1ab98ef.tar.bz2
yubico-yubiserve-14c76e5b936e3c91d88d21e30558d4eee1ab98ef.zip
3.0 Release, added MySQL support, various fixes.
git-svn-id: http://yubico-yubiserve.googlecode.com/svn/trunk@29 fbcee277-3294-991b-8290-beb7048acdd6
Diffstat (limited to 'yubiserve.cfg')
-rw-r--r--yubiserve.cfg9
1 files changed, 9 insertions, 0 deletions
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';