mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	docs: update default config content (#5798)
This commit is contained in:
		
							parent
							
								
									27f8dd6040
								
							
						
					
					
						commit
						691e20521d
					
				@ -32,7 +32,7 @@ The default configuration looks like this:
 | 
				
			|||||||
    "backgroundTask": {
 | 
					    "backgroundTask": {
 | 
				
			||||||
      "concurrency": 5
 | 
					      "concurrency": 5
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "clipEncoding": {
 | 
					    "smartSearch": {
 | 
				
			||||||
      "concurrency": 2
 | 
					      "concurrency": 2
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "metadataExtraction": {
 | 
					    "metadataExtraction": {
 | 
				
			||||||
@ -66,11 +66,15 @@ The default configuration looks like this:
 | 
				
			|||||||
      "concurrency": 1
 | 
					      "concurrency": 1
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  "logging": {
 | 
				
			||||||
 | 
					    "enabled": true,
 | 
				
			||||||
 | 
					    "level": "log"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "machineLearning": {
 | 
					  "machineLearning": {
 | 
				
			||||||
    "enabled": true,
 | 
					    "enabled": true,
 | 
				
			||||||
    "url": "http://immich-machine-learning:3003",
 | 
					    "url": "http://immich-machine-learning:3003",
 | 
				
			||||||
    "classification": {
 | 
					    "classification": {
 | 
				
			||||||
      "enabled": true,
 | 
					      "enabled": false,
 | 
				
			||||||
      "modelName": "microsoft/resnet-50",
 | 
					      "modelName": "microsoft/resnet-50",
 | 
				
			||||||
      "minScore": 0.9
 | 
					      "minScore": 0.9
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
@ -88,7 +92,8 @@ The default configuration looks like this:
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "map": {
 | 
					  "map": {
 | 
				
			||||||
    "enabled": true,
 | 
					    "enabled": true,
 | 
				
			||||||
    "tileUrl": "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
 | 
					    "lightStyle": "",
 | 
				
			||||||
 | 
					    "darkStyle": ""
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "reverseGeocoding": {
 | 
					  "reverseGeocoding": {
 | 
				
			||||||
    "enabled": true
 | 
					    "enabled": true
 | 
				
			||||||
@ -133,9 +138,6 @@ The default configuration looks like this:
 | 
				
			|||||||
      "enabled": true,
 | 
					      "enabled": true,
 | 
				
			||||||
      "cronExpression": "0 0 * * *"
 | 
					      "cronExpression": "0 0 * * *"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "stylesheets": {
 | 
					 | 
				
			||||||
    "css": ""
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user