Skip to content

Commit

Permalink
docs: update default config content (#5798)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Dec 17, 2023
1 parent 27f8dd6 commit 691e205
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/docs/install/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The default configuration looks like this:
"backgroundTask": {
"concurrency": 5
},
"clipEncoding": {
"smartSearch": {
"concurrency": 2
},
"metadataExtraction": {
Expand Down Expand Up @@ -66,11 +66,15 @@ The default configuration looks like this:
"concurrency": 1
}
},
"logging": {
"enabled": true,
"level": "log"
},
"machineLearning": {
"enabled": true,
"url": "http://immich-machine-learning:3003",
"classification": {
"enabled": true,
"enabled": false,
"modelName": "microsoft/resnet-50",
"minScore": 0.9
},
Expand All @@ -88,7 +92,8 @@ The default configuration looks like this:
},
"map": {
"enabled": true,
"tileUrl": "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
"lightStyle": "",
"darkStyle": ""
},
"reverseGeocoding": {
"enabled": true
Expand Down Expand Up @@ -133,9 +138,6 @@ The default configuration looks like this:
"enabled": true,
"cronExpression": "0 0 * * *"
}
},
"stylesheets": {
"css": ""
}
}
```
Expand Down

0 comments on commit 691e205

Please sign in to comment.