Skip to content

Commit

Permalink
fix: xablau
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedro committed Feb 16, 2024
1 parent 524a9b4 commit 222b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ func GetDBConfigs() DBConfigs {
Port: GetEnvInt(EnvDBPortKey, 3306),
Name: GetEnvStr(EnvDBNameKey, "canary"),
User: GetEnvStr(EnvDBUserKey, "canary"),
Pass: GetEnvStr(EnvDBPassKey, ""),
Pass: GetEnvStr(EnvDBPassKey, "canary"),
}
}

0 comments on commit 222b5b6

Please sign in to comment.