Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
imoonkin committed Dec 18, 2023
1 parent b691ce6 commit a71e53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ var db *sql.DB

func initDB() {
cfg := mysql.Config{
User: "root",
User: "imoonkin",
Passwd: "passwd",
Net: "tcp",
Addr: "host.k3d.internal:3306",
Addr: "hostmysql:3306",
DBName: "sharednotedb",
}
var err error
Expand Down

0 comments on commit a71e53f

Please sign in to comment.