Skip to content

Commit 34eac5e

Browse files
Minor fix in mysql conf
1 parent fc85fc8 commit 34eac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/mysql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
func GetMySQLAddr() string {
9-
return ExpandNamespace(EnvDefault("MYSQL_ADDR", "location-db:3306"))
9+
return ExpandNamespace(EnvDefault("MYSQL_ADDR", "mysql:3306"))
1010
}
1111

1212
func GetMySQLUser() string {

0 commit comments

Comments
 (0)