mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-08-19 14:12:11 +00:00
Implemented WebSocket communication in ChromiumDevTools to support 'page/' endpoints, allowing bidirectional messaging with Chromium DevTools Protocol. Added timeout configuration, improved error handling, and refactored WebSocketManager for connection pooling and reconnection. Updated resources and configuration files to support new timeout settings. Also fixed editor.html to handle direct JSON responses for citi-query.
29 lines
1.5 KiB
XML
29 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="ResourceServerPrefix" value="http://localhost:3000/"/>
|
|
<add key="ResourceServerAutoStart" value="true"/>
|
|
<add key="RepositoryUrl" value="https://github.com/gnh1201/welsonjs"/>
|
|
<add key="CopilotUrl" value="https://copilot.microsoft.com/"/>
|
|
<add key="ChromiumDevToolsPrefix" value="http://localhost:9222/"/>
|
|
<add key="ChromiumDevToolsTimeout" value="5"/>
|
|
<add key="ChromiumFileName" value="msedge.exe"/>
|
|
<add key="AzureAiServicePrefix" value="https://ai-catswords656881030318.services.ai.azure.com/"/>
|
|
<add key="AzureAiServiceApiKey" value=""/>
|
|
<add key="AzureAiServiceApiVersion" value="2024-05-01-preview"/>
|
|
<add key="WhoisServerUrl" value="https://xn--c79as89aj0e29b77z.xn--3e0b707e/kor/whois.jsc"/>
|
|
<add key="WhoisReferrerUrl" value="https://xn--c79as89aj0e29b77z.xn--3e0b707e/kor/whois/whois.jsp"/>
|
|
<add key="WhoisClientAddress" value="141.101.82.1"/>
|
|
<add key="DnsServerAddress" value="1.1.1.1"/>
|
|
<add key="BlobStoragePrefix" value="https://catswords.blob.core.windows.net/welsonjs/"/>
|
|
<add key="BlobConfigUrl" value="https://catswords.blob.core.windows.net/welsonjs/blob.config.xml"/>
|
|
<add key="HttpClientTimeout" value="90"/>
|
|
<add key="CitiApiKey" value=""/>
|
|
<add key="CitiApiPrefix" value="https://api.criminalip.io/v1/"/>
|
|
<add key="DateTimeFormat" value="yyyy-MM-dd HH:mm:ss"/>
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
|
</startup>
|
|
</configuration>
|