You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-17 10:07:48 +02:00
refactor(server): system config (#9517)
This commit is contained in:
@ -96,7 +96,7 @@ SELECT * FROM "users";
|
||||
## System Config
|
||||
|
||||
```sql title="Custom settings"
|
||||
SELECT "key", "value" FROM "system_config";
|
||||
SELECT "key", "value" FROM "system_metadata" WHERE "key" = 'system-config';
|
||||
```
|
||||
|
||||
(Only used when not using the [config file](/docs/install/config-file))
|
||||
|
Reference in New Issue
Block a user