refactor(server): license key env (#13162)

This commit is contained in:
Jason Rasmussen
2024-10-03 15:45:37 -04:00
committed by GitHub
parent 2c8c3651de
commit 3ddb5b8733
6 changed files with 37 additions and 41 deletions

View File

@@ -12,6 +12,11 @@ const envData: EnvData = {
vectorExtension: DatabaseExtension.VECTORS,
},
licensePublicKey: {
client: 'client-public-key',
server: 'server-public-key',
},
storage: {
ignoreMountCheckErrors: false,
},