mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
refactor(config): 🚩 Remove enable flag on Redis queue config
This commit is contained in:
parent
fb9a0feac8
commit
55256e3568
3 changed files with 5 additions and 9 deletions
|
|
@ -24,7 +24,6 @@ host = "localhost"
|
|||
port = 6379
|
||||
password = ""
|
||||
database = 0
|
||||
enabled = true
|
||||
|
||||
[redis.cache]
|
||||
# Redis instance to be used as a timeline cache
|
||||
|
|
|
|||
|
|
@ -89,10 +89,6 @@
|
|||
"database": {
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
},
|
||||
"enabled": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
|
@ -100,8 +96,7 @@
|
|||
"host": "localhost",
|
||||
"port": 6379,
|
||||
"password": "",
|
||||
"database": 0,
|
||||
"enabled": false
|
||||
"database": 0
|
||||
}
|
||||
},
|
||||
"cache": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue