Compare commits

..

No commits in common. "gitea_main" and "main" have entirely different histories.

2 changed files with 0 additions and 105 deletions

View File

@ -1,49 +0,0 @@
Name: cms.api
Host: 0.0.0.0
Port: 9902
Timeout: 6000
Middlewares:
Tenant: true
CROSConf:
Address: '*'
Log:
ServiceName: AppApiLogger
Mode: console
Path: /home/data/logs
Level: info
Compress: false
Encoding: json
KeepDays: 7
StackCoolDownMillis: 100
RedisConf:
Host: 192.168.201.228:31314
Db: 4
Pass: 'redis.123456'
JWTConf:
AccessSecret: KdAj3ZnmHpVvGKBthWXmTNPRcdZaWP7cnbsvmJSYRadN8PebaaAQENVKDD6WCm
I18nConf:
Dir:
AppRpc:
#Target: 127.0.0.1:9101
Etcd:
Hosts:
- mingyang-etcd-test-service.mingyang-admin.svc.cluster.local:2379 # 共享etcd地址
Key: cms.rpc
Enabled: true
Timeout: 6000
Keepalive:
Time: 10s
Timeout: 20s
PermitWithoutStream: true
Etcd:
Hosts:
- mingyang-etcd-test-service.mingyang-admin.svc.cluster.local:2379
Key: cms.api

View File

@ -1,56 +0,0 @@
Name: cms.rpc
ListenOn: 0.0.0.0:9901
Timeout: 6000
Keepalive:
Time: 10s
Timeout: 20s
DatabaseConf:
Type: postgres
Host: 192.168.201.188
Port: 5432
DBName: simple_admin_uat
Username: postgres
Password: AM38xymTdFree4Fh
MaxOpenConn: 100
SSLMode: disable
CacheTime: 5
# 添加以下配置启用 SQL 日志
Debug: true
LogSlowThreshold: 600ms
RedisConf:
Host: 192.168.201.228:31314
Db: 4
Pass: 'redis.123456'
JWTConf:
AccessTokenSecret: KdAj3ZnmHpVvGKBthWXmTNPRcdZaWP7cnbsvmJSYRadN8PebaaAQENVKDD6WCm
RefreshTokenSecret: J8WRjFcuGpeAnymn5GNvbTJKn2uQsXdjvCFT4dK4dY5TtH88SNwzGH7btJ6ck
AccessTokenExpiry: 30m
refreshTokenExpiry: 24h
issuer: user-system
Log:
ServiceName: appRpcLogger
Mode: console
Path: /home/data/logs
Encoding: json
Level: info
Compress: false
KeepDays: 7
StackCoolDownMillis: 100
McmsRpc:
#Target: 127.0.0.1:9101
Etcd:
Hosts:
- mingyang-etcd-test-service.mingyang-admin.svc.cluster.local:2379 # 共享etcd地址
Key: mcms.rpc
Enabled: true
Etcd:
Hosts:
- mingyang-etcd-test-service.mingyang-admin.svc.cluster.local:2379
Key: cms.rpc