docs: clean-up old references (#5697)

* docs: clean-up old references

* chore: fix ref
This commit is contained in:
Jason Rasmussen
2023-12-14 09:53:08 -05:00
committed by GitHub
parent 3a2e9b6298
commit 9bb6befc92
7 changed files with 94 additions and 89 deletions

View File

@@ -18,8 +18,6 @@ export const immichAppConfig: ConfigModuleOptions = {
DB_PASSWORD: WHEN_DB_URL_SET,
DB_DATABASE_NAME: WHEN_DB_URL_SET,
DB_URL: Joi.string().optional(),
DISABLE_REVERSE_GEOCODING: Joi.boolean().optional().valid(true, false).default(false),
REVERSE_GEOCODING_PRECISION: Joi.number().optional().valid(0, 1, 2, 3).default(3),
LOG_LEVEL: Joi.string().optional().valid('simple', 'verbose', 'debug', 'log', 'warn', 'error').default('log'),
MACHINE_LEARNING_PORT: Joi.number().optional(),
MICROSERVICES_PORT: Joi.number().optional(),