mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-01 09:31:13 +00:00
Remove pictrs config section old_db
(ref #4194)
This commit is contained in:
parent
7d489f1e3f
commit
eb2f2f915b
|
@ -22,9 +22,6 @@ pub async fn main() -> Result<(), LemmyError> {
|
||||||
"server": {
|
"server": {
|
||||||
"address": pictrs_address
|
"address": pictrs_address
|
||||||
},
|
},
|
||||||
"old_db": {
|
|
||||||
"path": "./pictrs/old"
|
|
||||||
},
|
|
||||||
"repo": {
|
"repo": {
|
||||||
"type": "sled",
|
"type": "sled",
|
||||||
"path": "./pictrs/sled-repo"
|
"path": "./pictrs/sled-repo"
|
||||||
|
|
Loading…
Reference in a new issue