Skip to content

Commit

Permalink
added optional dbName in header for tls (#641)
Browse files Browse the repository at this point in the history
* added optional dbName in header for tls

* addressed review comment

---------

Co-authored-by: Manish Kuri <[email protected]>
  • Loading branch information
manishkuri and mkuri98 authored Sep 13, 2024
1 parent 384610e commit 8824986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/milvus/milvus.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export class MilvusService {
username,
password,
logLevel: process.env.ATTU_LOG_LEVEL || 'info',
database: database || this.DEFAULT_DATABASE,
};

if (process.env.ROOT_CERT_PATH) {
Expand Down

0 comments on commit 8824986

Please sign in to comment.