Umstellung auf Localhost #2

Merged
g.spar merged 3 commits from testbranch into master 1 year ago
  1. 4
      wdm.go
  2. 2
      wdmdb.go

4
wdm.go

@ -15,8 +15,8 @@ import (
const ( const (
Author string = "Georg Spar" Author string = "Georg Spar"
Version string = "0.1.0" Version string = "0.1.1"
ReleaseDate string = "2023-06-01" ReleaseDate string = "2023-06-28"
) )
func main() { func main() {

2
wdmdb.go

@ -8,7 +8,7 @@ import (
) )
var ( var (
dbConnection = "wdmdbuser:wdmdbpass@tcp(ubodroid-2:3300)/wdmdb" dbConnection = "wdmdbuser:wdmdbpass@tcp(localhost:3306)/wdmdb"
dbType = "mysql" dbType = "mysql"
) )

Loading…
Cancel
Save