Skip to content

Commit 6a57891

Browse files
author
chenhg5
committed
update readme
1 parent 493dbf9 commit 6a57891

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/mgutz/ansi"
1919
)
2020

21-
const version = "v1.2.28"
21+
const version = "v1.2.29"
2222

2323
func cliInfo() {
2424
fmt.Println("GoAdmin CLI " + version + compareVersion(version))

templates/installation/config.yml/cn.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ database:
1515
user: {{$database.User}}
1616
pwd: {{$database.Pwd}}
1717
name: {{$database.Name}}
18-
max_idle_con: {{$database.MaxIdleCon}}
19-
max_open_con: {{$database.MaxOpenCon}}
18+
max_idle_con: {{$database.MaxIdleConns}}
19+
max_open_con: {{$database.MaxOpenConns}}
2020
{{- else}}
2121
file: {{$database.File}}
2222
{{end}}

templates/installation/config.yml/en.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ database:
2020
user: {{$database.User}}
2121
pwd: {{$database.Pwd}}
2222
name: {{$database.Name}}
23-
max_idle_con: {{$database.MaxIdleCon}}
24-
max_open_con: {{$database.MaxOpenCon}}
23+
max_idle_con: {{$database.MaxIdleConns}}
24+
max_open_con: {{$database.MaxOpenConns}}
2525
{{- else}}
2626
file: {{$database.File}}
2727
{{end}}

0 commit comments

Comments
 (0)