Skip to content

Commit

Permalink
change filesender config block to smalldb... config came from my real…
Browse files Browse the repository at this point in the history
… authsources.php ;)
  • Loading branch information
monkeyiq committed Apr 22, 2024
1 parent 122b599 commit e50144e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Since the above is using the default passwordhash column name this can
then be used with the following addition to authsources.php.

```php
'filesender-dbauth' => [
'smalldb-dbauth' => [
'sqlauth:PasswordVerify',
'dsn' => 'pgsql:host=...',
'username' => 'dbuser',
Expand Down

0 comments on commit e50144e

Please sign in to comment.