Move PageFetcherSettings back to page-fetcher-api/Settings/, matching SmtpSettings pattern

Server-side-only settings (internal config not needed by callers) belong in
the API project itself, not in the models project. PageFetcherSettings
(DefaultWaitFor, TimeoutSeconds, MaxTextChars) mirrors SmtpSettings in
email-api/Settings/ — callers never reference these.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 17:56:21 +03:00
parent 95b0cfa0a9
commit 30a8df431f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ using System.Reflection;
using Microsoft.EntityFrameworkCore;
using PageFetcher.Data;
using PageFetcherApi.Services;
using PageFetcher.Models.Settings;
using PageFetcherApi.Settings;
using Serilog;
using StartupHelpers;