set new domain in configs
parent
7cf0537344
commit
c032338bcd
|
@ -3,6 +3,6 @@
|
|||
<packageSources>
|
||||
<clear />
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="sta.nuget" value="https://toodle.ddns.net/public-nuget-server/nuget" />
|
||||
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/nuget" />
|
||||
</packageSources>
|
||||
</configuration>
|
|
@ -11,7 +11,7 @@
|
|||
For .NET consumers there are two nuget packages developed to facilitate the integration with this identity server:
|
||||
- IdentityServer.PublishedLanguage: It contains constants and classes for data transfer objects.
|
||||
- IdentityServer.Wrapper: It compose and executes all the REST requests to the identity server and offers to a consumer a simple interface with all methods. This interface can be injected with dependency injection at consumer startup with UseIdentityServices method. The only input is the server base address.
|
||||
- The source of this nugets is public, but on my personal server: https://toodle.ddns.net/public-nuget-server/nuget
|
||||
- The source of this nugets is public, but on my personal server: https://lab.code-rove.com/public-nuget-server/nuget
|
||||
</Content>
|
||||
</Note>
|
||||
<Note>
|
||||
|
|
Loading…
Reference in New Issue