We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64de88d commit 2c62e6eCopy full SHA for 2c62e6e
tests/config/base.php
@@ -9,7 +9,7 @@
9
'dbAuth.returnedColumns' => 'id,username,password',
10
'jwtAuth.mode' => 'optional',
11
'jwtAuth.time' => '1538207605',
12
- 'jwtAuth.secret' => 'axpIrCGNGqxzx2R9dtXLIPUSqPo778uhb8CA0F4Hx',
+ 'jwtAuth.secrets' => 'axpIrCGNGqxzx2R9dtXLIPUSqPo778uhb8CA0F4Hx',
13
'basicAuth.mode' => 'optional',
14
'basicAuth.passwordFile' => __DIR__ . DIRECTORY_SEPARATOR . '.htpasswd',
15
'reconnect.databaseHandler' => function () {
0 commit comments