12345678910111213141516 |
- {
- //启动地址
- "Urls": [ "http://*:8000" ],
- //访问地址
- "WebUrl": "http://172.10.18.189:8000",
- //跨域忽略地址
- "Cors": [ "http://localhost:8099", "http://localhost:8888" ],
- //调试模式
- "IsDebug": true,
- //服务URL
- "ServiceUrl": "",
- //限制请求次数(小时)
- "LimitRequests": 50,
- //演唱会时间
- "Timer": 1709168400
- }
|