mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#aspnetcore

12 posts10 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"?