sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
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"?