toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

218
active users

#aspnetcore

11 posts9 participants0 posts today

How are you representing the default Url of an #AspNetCore app?
I.e. when you want to log the admin reset link from seeded data, so admins can assign a password manually. There is no HttpContext available to infer the hostname.

Just in appsettings.json as "AppUrl"?