mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 12:46:05 +00:00
31 lines
1.7 KiB
XML
31 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="ResourceServerPrefix" value="http://localhost:3000/"/>
|
|
<add key="RepositoryUrl" value="https://github.com/gnh1201/welsonjs"/>
|
|
<add key="CopilotUrl" value="https://copilot.microsoft.com/"/>
|
|
<add key="DevToolsPrefix" value="http://localhost:9222/"/>
|
|
<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="CdnJsPrefix" value="https://cdnjs.cloudflare.com/"/>
|
|
<add key="JsDeliverPrefix" value="https://cdn.jsdelivr.net/"/>
|
|
<add key="UnpkgPrefix" value="https://unpkg.com/"/>
|
|
<add key="SkypackPrefix" value="https://www.skypack.dev/"/>
|
|
<add key="EsmShPrefix" value="https://esm.sh/"/>
|
|
<add key="EsmRunPrefix" value="https://esm.run/"/>
|
|
<add key="JqueryCdnPrefix" value="https://code.jquery.com/"/>
|
|
<add key="AspNetCdnPrefix" value="https://ajax.aspnetcdn.com/"/>
|
|
<add key="GoogleApisPrefix" value="https://ajax.googleapis.com/"/>
|
|
<add key="RawGitHubPrefix" value="https://raw.githubusercontent.com/"/>
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
|
|
</startup>
|
|
</configuration>
|