wip: plan for B2C/B2B split requirements

Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/98c1f90b-0287-4908-a0be-ad066c453cc5

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-26 16:04:29 +00:00
parent 7971d3f76a
commit 53334402aa
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Settings(BaseSettings):
)
# Application
APP_NAME: str = "POP3 Forwarder SaaS"
APP_NAME: str = "InboxRescue"
APP_VERSION: str = "2.0.0"
DEBUG: bool = False
API_V1_PREFIX: str = "/api/v1"