Skip to content

Commit

Permalink
Update Configure.AppHost.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 5, 2023
1 parent d7c898c commit 30e13d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BlazorDiffusion/Configure.AppHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public void Configure(IWebHostBuilder builder) => builder
AssetsBasePath = r2AccessId != null ? "https://cdn.diffusion.works" : "/uploads",
FallbackAssetsBasePath = r2AccessId != null ? "https://pub-97bba6b94a944260b10a6e7d4bf98053.r2.dev" : "/uploads",
SyncTasksInterval = TimeSpan.FromMinutes(10),
// DisableWrites = HostingEnvironment.IsDevelopment(),
});
services.AddSingleton(AppConfig.Instance);

Expand Down

0 comments on commit 30e13d8

Please sign in to comment.