summaryrefslogtreecommitdiff
path: root/yubiserve.cfg
diff options
context:
space:
mode:
authormationic <mationic@users.noreply.github.com>2015-10-03 04:26:27 +0200
committermationic <mationic@users.noreply.github.com>2015-10-03 04:26:27 +0200
commitb625a739aed13426b48f03e4c3f89ddb913274f3 (patch)
treefddd4aa82feb69385872c6bccf13ed666123022f /yubiserve.cfg
parentAdd gitignore (diff)
downloadyubico-yubiserve-b625a739aed13426b48f03e4c3f89ddb913274f3.tar.gz
yubico-yubiserve-b625a739aed13426b48f03e4c3f89ddb913274f3.tar.bz2
yubico-yubiserve-b625a739aed13426b48f03e4c3f89ddb913274f3.zip
Adjustments for sqlite3 module (probably brakes mysql functionality). Added ca-bundle.pem.
Diffstat (limited to 'yubiserve.cfg')
-rw-r--r--yubiserve.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/yubiserve.cfg b/yubiserve.cfg
index 06993bf..6ff8296 100644
--- a/yubiserve.cfg
+++ b/yubiserve.cfg
@@ -1,5 +1,5 @@
-yubiservePORT = 8000;
-yubiserveSSLPORT = 8001;
+yubiservePORT = 8700;
+yubiserveSSLPORT = 8701;
yubiserveHOST = '0.0.0.0';
yubiDB = 'sqlite';
#yubiDB = 'mysql';