We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 713b771 + c4d07bd commit 0066673Copy full SHA for 0066673
client/src/consts/Localstorage.ts
@@ -1,2 +1,2 @@
1
export const SESSION = 'CLOUD_SESSION';
2
-export const MILVUS_ADDRESS = 'milvus_address';
+export const MILVUS_ADDRESS = 'milvus-address';
express/src/utils/Const.ts
@@ -1,7 +1,7 @@
export const ROW_COUNT = 'row_count';
3
// use in req header
4
5
6
// for lru cache
7
export const INSIGHT_CACHE = 'insight_cache';
0 commit comments