Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenhg5 committed May 11, 2024
1 parent 493dbf9 commit 6a57891
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/mgutz/ansi"
)

const version = "v1.2.28"
const version = "v1.2.29"

func cliInfo() {
fmt.Println("GoAdmin CLI " + version + compareVersion(version))
Expand Down
4 changes: 2 additions & 2 deletions templates/installation/config.yml/cn.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ database:
user: {{$database.User}}
pwd: {{$database.Pwd}}
name: {{$database.Name}}
max_idle_con: {{$database.MaxIdleCon}}
max_open_con: {{$database.MaxOpenCon}}
max_idle_con: {{$database.MaxIdleConns}}
max_open_con: {{$database.MaxOpenConns}}
{{- else}}
file: {{$database.File}}
{{end}}
Expand Down
4 changes: 2 additions & 2 deletions templates/installation/config.yml/en.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ database:
user: {{$database.User}}
pwd: {{$database.Pwd}}
name: {{$database.Name}}
max_idle_con: {{$database.MaxIdleCon}}
max_open_con: {{$database.MaxOpenCon}}
max_idle_con: {{$database.MaxIdleConns}}
max_open_con: {{$database.MaxOpenConns}}
{{- else}}
file: {{$database.File}}
{{end}}
Expand Down

0 comments on commit 6a57891

Please sign in to comment.