chore: moving towards agentic development
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Socialize.Infrastructure.Configuration;
|
||||
|
||||
public class WebsiteOptions
|
||||
{
|
||||
public const string SectionName = "Website";
|
||||
|
||||
public string FrontendBaseUrl { get; set; } = "http://localhost:5173";
|
||||
}
|
||||
Reference in New Issue
Block a user