Browse Source

Merge pull request 'Umstellung auf Localhost' (#2) from testbranch into master

Reviewed-on: #2
master v0.1.1
Georg Spar 1 year ago
parent
commit
c990729db6
  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