15 lines
474 B
XML
15 lines
474 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="allowInsecureConnections" value="true" />
|
|
</config>
|
|
<packageSources>
|
|
<add key="JoyD-Private" value="http://47.111.181.23:8081/repository/nuget-hosted/" />
|
|
</packageSources>
|
|
<packageSourceCredentials>
|
|
<JoyD-Private>
|
|
<add key="Username" value="admin" />
|
|
<add key="Password" value="YWRtaW46YWRtaW4=" />
|
|
</JoyD-Private>
|
|
</packageSourceCredentials>
|
|
</configuration> |