mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): license key env (#13162)
This commit is contained in:
parent
2c8c3651de
commit
3ddb5b8733
6 changed files with 37 additions and 41 deletions
|
|
@ -14,6 +14,11 @@ export interface EnvData {
|
|||
vectorExtension: VectorExtension;
|
||||
};
|
||||
|
||||
licensePublicKey: {
|
||||
client: string;
|
||||
server: string;
|
||||
};
|
||||
|
||||
storage: {
|
||||
ignoreMountCheckErrors: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue