Skip to content

Commit

Permalink
Update hashtopolis.sql to fix yubikey_url. (#804)
Browse files Browse the repository at this point in the history
HTTP endpoint was deprecated.

Co-authored-by: Bobby Kuzma <bkuzma@procircular.com>
  • Loading branch information
bkuzmacissp and Bobby Kuzma committed Sep 21, 2022
1 parent 3e0ef8d commit c5ac9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/hashtopolis.sql
Expand Up @@ -124,7 +124,7 @@ INSERT INTO `Config` (`configId`, `configSectionId`, `item`, `value`) VALUES
(16, 3, 'batchSize', '50000'),
(18, 2, 'yubikey_id', ''),
(19, 2, 'yubikey_key', ''),
(20, 2, 'yubikey_url', 'http://api.yubico.com/wsapi/2.0/verify'),
(20, 2, 'yubikey_url', 'https://api.yubico.com/wsapi/2.0/verify'),
(22, 3, 'pagingSize', '5000'),
(23, 3, 'plainTextMaxLength', '200'),
(24, 3, 'hashMaxLength', '1024'),
Expand Down

0 comments on commit c5ac9e3

Please sign in to comment.