AppConfig.json 362 B

12345678910111213141516
  1. {
  2. //启动地址
  3. "Urls": [ "http://*:8000" ],
  4. //访问地址
  5. "WebUrl": "http://172.10.18.189:8000",
  6. //跨域忽略地址
  7. "Cors": [ "http://localhost:8099", "http://localhost:8888" ],
  8. //调试模式
  9. "IsDebug": true,
  10. //服务URL
  11. "ServiceUrl": "",
  12. //限制请求次数(小时)
  13. "LimitRequests": 50,
  14. //演唱会时间
  15. "Timer": 1709168400
  16. }