🔧 update the IP address and key in the configuration file

This commit is contained in:
2025-04-03 13:10:58 +08:00
parent afcd128256
commit ec03d1b865
6 changed files with 29 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ import (
"gorm.io/gorm"
)
const MySQLDSN = "root:LDQ20020618xxx@tcp(1.95.0.111:3306)/schisandra-cloud-album?charset=utf8mb4&parseTime=True&loc=Local"
const MySQLDSN = "root:LDQ20020618xxx@tcp(115.190.97.132:3306)/schisandra-cloud-album?charset=utf8mb4&parseTime=True&loc=Local"
func main() {