fix struct

This commit is contained in:
2026-01-13 13:23:54 +08:00
parent 205b37a676
commit 49e70554f1
10 changed files with 130 additions and 141 deletions

View File

@@ -4,9 +4,9 @@ Port: 15935
Databases:
Driver: postgres
Source:
- host=47.109.77.183 user=postgres password=Weidong2023~! dbname=stock port=5432 sslmode=disable TimeZone=Asia/Shanghai
- host=8.137.107.29 user=postgres password=Weidong2023~! dbname=stock_test port=19432 sslmode=disable TimeZone=Asia/Shanghai
# cache DB的选择请在后面直接带参数不带会自动HASH计算选择DB库。
Cache: redis://null:Weidong2023~!@47.109.77.183:6379/0
Cache: redis://null:Weidong2023~!@8.137.107.29:19379/

View File

@@ -4,8 +4,8 @@ Port: 15935
Databases:
Driver: postgres
Source:
- host=127.0.0.1 user=postgres password=Weidong2025~! dbname=stock port=5432 sslmode=disable TimeZone=Asia/Shanghai
- host=8.137.107.29 user=postgres password=Weidong2023~! dbname=stock_prod port=19432 sslmode=disable TimeZone=Asia/Shanghai
# cache DB的选择请在后面直接带参数不带会自动HASH计算选择DB库。
Cache: redis://null:Weidong2025~!@127.0.0.1:6379/
Cache: redis://null:Weidong2023~!@8.137.107.29:19379/

View File

@@ -4,8 +4,8 @@ Port: 15935
Databases:
Driver: postgres
Source:
- host=127.0.0.1 user=postgres password=Weidong2025~! dbname=stock port=5432 sslmode=disable TimeZone=Asia/Shanghai
- host=8.137.107.29 user=postgres password=Weidong2023~! dbname=stock_test port=19432 sslmode=disable TimeZone=Asia/Shanghai
# cache DB的选择请在后面直接带参数不带会自动HASH计算选择DB库。
Cache: redis://null:Weidong2025~!@127.0.0.1:6379/
Cache: redis://null:Weidong2023~!@8.137.107.29:19379/