提交 8b80875a 编写于 作者: Z zuojiangjiang

update

Signed-off-by: Nzuojiangjiang <zuojiangjiang@huawei.com>
上级 dca3a68d
...@@ -267,7 +267,7 @@ const options = { ...@@ -267,7 +267,7 @@ const options = {
backup: false, backup: false,
autoSync: true, autoSync: true,
kvStoreType: distributedData.KVStoreType.SINGLE_VERSION, kvStoreType: distributedData.KVStoreType.SINGLE_VERSION,
schema: '', schema: undefined,
securityLevel: distributedData.SecurityLevel.S2, securityLevel: distributedData.SecurityLevel.S2,
} }
try { try {
...@@ -317,7 +317,7 @@ const options = { ...@@ -317,7 +317,7 @@ const options = {
backup: false, backup: false,
autoSync: true, autoSync: true,
kvStoreType: distributedData.KVStoreType.SINGLE_VERSION, kvStoreType: distributedData.KVStoreType.SINGLE_VERSION,
schema: '', schema: undefined,
securityLevel: distributedData.SecurityLevel.S2, securityLevel: distributedData.SecurityLevel.S2,
} }
try { try {
...@@ -365,7 +365,7 @@ const options = { ...@@ -365,7 +365,7 @@ const options = {
backup : false, backup : false,
autoSync : true, autoSync : true,
kvStoreType : distributedData.KVStoreType.SINGLE_VERSION, kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
schema : '', schema : undefined,
securityLevel : distributedData.SecurityLevel.S2, securityLevel : distributedData.SecurityLevel.S2,
} }
try { try {
...@@ -414,7 +414,7 @@ const options = { ...@@ -414,7 +414,7 @@ const options = {
backup : false, backup : false,
autoSync : true, autoSync : true,
kvStoreType : distributedData.KVStoreType.SINGLE_VERSION, kvStoreType : distributedData.KVStoreType.SINGLE_VERSION,
schema : '', schema : undefined,
securityLevel : distributedData.SecurityLevel.S2, securityLevel : distributedData.SecurityLevel.S2,
} }
try { try {
......
...@@ -444,7 +444,7 @@ const options = { ...@@ -444,7 +444,7 @@ const options = {
backup: false, backup: false,
autoSync: true, autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION, kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '', schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2, securityLevel: distributedKVStore.SecurityLevel.S2,
} }
try { try {
...@@ -500,7 +500,7 @@ const options = { ...@@ -500,7 +500,7 @@ const options = {
backup: false, backup: false,
autoSync: true, autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION, kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '', schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2, securityLevel: distributedKVStore.SecurityLevel.S2,
} }
try { try {
...@@ -555,7 +555,7 @@ const options = { ...@@ -555,7 +555,7 @@ const options = {
backup: false, backup: false,
autoSync: true, autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION, kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '', schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2, securityLevel: distributedKVStore.SecurityLevel.S2,
} }
try { try {
...@@ -619,7 +619,7 @@ const options = { ...@@ -619,7 +619,7 @@ const options = {
backup: false, backup: false,
autoSync: true, autoSync: true,
kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION, kvStoreType: distributedKVStore.KVStoreType.SINGLE_VERSION,
schema: '', schema: undefined,
securityLevel: distributedKVStore.SecurityLevel.S2, securityLevel: distributedKVStore.SecurityLevel.S2,
} }
try { try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册