fengling-gateway/NuGet.Config
Kimi CLI ca27d8659d docs: remove GSD workflow planning documents
- Remove .planning/ directory (GSD workflow artifacts)
- Remove 网关配置的新想法.md (outdated design doc)
- Keep only essential technical documentation
2026-03-08 15:49:12 +08:00

17 lines
548 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="gitea" value="http://192.168.100.120:8418/api/packages/movingsam/nuget" allowInsecureConnections="true" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="gitea">
<package pattern="Fengling.*" />
</packageSource>
</packageSourceMapping>
</configuration>