Skip to content

Commit 62a119b

Browse files
author
zhangming03
committed
update-config
1 parent 648e91e commit 62a119b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/data/polaris-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@ store:
408408
dbName: polaris_server
409409
dbUser: root ##DB_USER##
410410
dbPwd: polaris ##DB_PWD##
411-
dbAddr: "127.0.0.1:3306" ##DB_ADDR##
411+
dbAddr: "127.0.0.1" ##DB_ADDR##
412+
dbPort: 5432
412413
maxOpenConns: -1
413414
maxIdleConns: -1
414415
connMaxLifetime: 300 # 单位秒
415-
txIsolationLevel: 2 #LevelReadCommitted
416416
# 插件配置
417417
plugin:
418418
# whitelist:
@@ -479,4 +479,4 @@ plugin:
479479
- name: "GET:/v1/naming/services"
480480
rule: store-read
481481
- name: "GET:/v1/naming/services/count"
482-
rule: store-read
482+
rule: store-read

0 commit comments

Comments
 (0)