This commit is contained in:
2026-04-17 21:57:23 +08:00
parent aa2c3fb84d
commit 3d89b59a67
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import (
var (
CacheUrl = "redis://null:Weidong2023~!@139.224.247.176:19379/0"
DBSources = []string{"host=139.224.247.176 user=postgres password=Stock0310~! dbname=stock_prod port=19432 sslmode=disable TimeZone=Asia/Shanghai"}
DBSources = []string{"host=139.224.247.176 user=postgres password=Stock0310~! dbname=stock_prod port=19432 sslmode=disable"}
RedisService *redis.RedisClient
DBService *gorm.DB
)