mirror of
https://github.com/immich-app/immich.git
synced 2025-11-26 00:20:47 +09:00
refactor(server): license key env (#13162)
This commit is contained in:
@@ -14,6 +14,11 @@ export interface EnvData {
|
||||
vectorExtension: VectorExtension;
|
||||
};
|
||||
|
||||
licensePublicKey: {
|
||||
client: string;
|
||||
server: string;
|
||||
};
|
||||
|
||||
storage: {
|
||||
ignoreMountCheckErrors: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user