mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-30 19:37:51 +01:00
initital commit
This commit is contained in:
12
contracts/redis.ts
Normal file
12
contracts/redis.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Contract source: https://git.io/JemcN
|
||||
*
|
||||
* Feel free to let us know via PR, if you find something broken in this config
|
||||
* file.
|
||||
*/
|
||||
|
||||
declare module '@ioc:Adonis/Addons/Redis' {
|
||||
interface RedisConnectionsList {
|
||||
local: RedisConnectionConfig,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user