Initial commit

This commit is contained in:
yanweidong
2026-02-09 17:36:20 +08:00
commit 96b79a34ef
28 changed files with 2736 additions and 0 deletions

12
etc/stock_dev.yaml Normal file
View File

@@ -0,0 +1,12 @@
Service: folo
Port: 15935
Databases:
Driver: postgres
Source:
- 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~!@8.137.107.29:19379/

11
etc/stock_prod.yaml Normal file
View File

@@ -0,0 +1,11 @@
Service: folo
Port: 15935
Databases:
Driver: postgres
Source:
- 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:Weidong2023~!@8.137.107.29:19379/

11
etc/stock_test.yaml Normal file
View File

@@ -0,0 +1,11 @@
Service: folo
Port: 15935
Databases:
Driver: postgres
Source:
- 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~!@8.137.107.29:19379/