12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "Sers": {
- /* ͨѶ������ */
- "CL": {
- /* one conn is one channel.can be multiable */
- "Client": [
- {
- // Socket.Iocp
- /* (x.1) type - Iocp */
- /* the class of builder in assemblyFile */
- "className": "Sers.CL.Socket.Iocp.OrganizeClientBuilder",
- /* (x.2) conn config */
- /* ����� host��ַ�����磺 "127.0.0.1"��"sers.com" */
- "host": "127.0.0.1",
- /* ����� �����˿ںš����磺 4501 */
- "port": 4501,
- /* ������Կ��������֤���Ӱ�ȫ�ԡ�����˺Ϳͻ��˱���һ�� */
- "secretKey": "SersCL"
- }
- ]
- },
- /* LocalApiService ����,�ɲ�ָ�� */
- "LocalApiService": {
- /* ��̨������̸߳�������λ����Ĭ��0,������������ */
- "workThreadCount": 16
- }
- },
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*"
- }
|