mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-24 08:40:26 +01:00
Lint and update
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
* file.
|
||||
*/
|
||||
|
||||
import {AuthConfig} from '@ioc:Adonis/Addons/Auth'
|
||||
import { AuthConfig } from '@ioc:Adonis/Addons/Auth'
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -115,7 +115,7 @@ const authConfig: AuthConfig = {
|
||||
tokenProvider: {
|
||||
type: 'api',
|
||||
driver: 'redis',
|
||||
redisConnection: 'local'
|
||||
redisConnection: 'local',
|
||||
},
|
||||
|
||||
provider: {
|
||||
|
||||
Reference in New Issue
Block a user