Remove afrino NuGet sources - use only Nexus
This commit is contained in:
@@ -2,24 +2,13 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<!-- Nexus as primary source (proxies nuget.org + caches packages) -->
|
<!-- Nexus as single source (proxies nuget.org + hosts FourSat packages) -->
|
||||||
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" />
|
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" />
|
||||||
<!-- Backup: Direct Gitea registries -->
|
|
||||||
<add key="FourSat" value="https://git.afrino.co/api/packages/FourSat/nuget/index.json" />
|
|
||||||
<add key="Afrino" value="https://git.afrino.co/api/packages/Afrino/nuget/index.json" />
|
|
||||||
</packageSources>
|
</packageSources>
|
||||||
<packageSourceCredentials>
|
<packageSourceCredentials>
|
||||||
<Nexus>
|
<Nexus>
|
||||||
<add key="Username" value="admin" />
|
<add key="Username" value="admin" />
|
||||||
<add key="ClearTextPassword" value="87zH26nbqT" />
|
<add key="ClearTextPassword" value="87zH26nbqT" />
|
||||||
</Nexus>
|
</Nexus>
|
||||||
<FourSat>
|
|
||||||
<add key="Username" value="masoud" />
|
|
||||||
<add key="ClearTextPassword" value="87zH26nbqT" />
|
|
||||||
</FourSat>
|
|
||||||
<Afrino>
|
|
||||||
<add key="Username" value="systemuser" />
|
|
||||||
<add key="ClearTextPassword" value="sZSA7PTiv3pUSQZ" />
|
|
||||||
</Afrino>
|
|
||||||
</packageSourceCredentials>
|
</packageSourceCredentials>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user