节点在线、应用在线、配置在线使用令牌查询
大石头 authored at 2021-12-16 19:49:30
363.00 B
Stardust
{
  /* ☆ 星尘服务端连接配置 ☆ */
  "StarServer": "http://127.0.0.1:6600",
  "StarAppId": "StarGateway",
  "StarSecret": "",

  /* ☆ Gateway 运行参数 ☆ */
  "StarGateway": {
    "Debug": true,
    "Port": 8800,
    "LocalConfigFile": "gateway.json",
    "HealthCheckInterval": 10,
    "ConfigRefreshInterval": 15,
    "IdleTimeout": 900
  }
}