summaryrefslogtreecommitdiff
path: root/yubiserve.cfg
diff options
context:
space:
mode:
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';