2026-07-26 18:24:13 +08:00
|
|
|
|
Service: platform
|
|
|
|
|
|
Port: 12426
|
|
|
|
|
|
|
|
|
|
|
|
Databases:
|
|
|
|
|
|
Driver: postgres
|
|
|
|
|
|
Source:
|
|
|
|
|
|
- host=127.0.0.1 user=postgres password=change-me dbname=agent_dev port=5432 sslmode=disable TimeZone=Asia/Shanghai
|
|
|
|
|
|
|
|
|
|
|
|
# Redis 仅用于缓存、会话、限流和 Streams;首期外部事件适配使用 Mock。
|
|
|
|
|
|
Cache: redis://default:change-me@127.0.0.1:6379/0
|
|
|
|
|
|
OnMicroService: false
|
|
|
|
|
|
SecretKey: change-me-to-a-random-string
|
2026-07-28 09:25:49 +08:00
|
|
|
|
|
2026-07-30 14:16:58 +08:00
|
|
|
|
Global:
|
|
|
|
|
|
UserRegisterURL: http://localhost:5174/register
|
2026-07-28 09:25:49 +08:00
|
|
|
|
ManualRechargeMaxAmount: 100000000
|