first commit

main
suvodip ghosh 2025-06-24 14:19:49 +00:00
parent ca51164598
commit 0809dd0e31
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ func main() {
dbHost := "65.108.85.191"
dbPort := "3306"
dbName := "sp_hostapi"
dsn := fmt.Sprintf("%s:%s@tcp(%s:%s)/%s?parseTime=true", dbUser, dbPass, dbHost, dbPort, dbName)