mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 15:50:43 -08:00
refactor(server): license key env (#13162)
This commit is contained in:
@@ -12,6 +12,11 @@ const envData: EnvData = {
|
||||
vectorExtension: DatabaseExtension.VECTORS,
|
||||
},
|
||||
|
||||
licensePublicKey: {
|
||||
client: 'client-public-key',
|
||||
server: 'server-public-key',
|
||||
},
|
||||
|
||||
storage: {
|
||||
ignoreMountCheckErrors: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user