Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Switch sample default back to demo.duendesoftware.com
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Apr 19, 2024
1 parent 896793a commit 35edb17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System;
using System.Security.Cryptography;
using System.Text.Json;
using System.Threading.Tasks;
using Duende.AccessTokenManagement.OpenIdConnect;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Builder;
Expand All @@ -19,8 +18,8 @@ public static class Startup
{
public const bool UseDPoP = true;

public const string BaseUrl = "https://localhost:5001";
//public const string BaseUrl = "https://demo.duendesoftware.com";
// public const string BaseUrl = "https://localhost:5001";
public const string BaseUrl = "https://demo.duendesoftware.com";

public const string ApiBaseUrl = UseDPoP ?
$"{BaseUrl}/api/dpop/" :
Expand Down

0 comments on commit 35edb17

Please sign in to comment.