Change AP_DOMAIN default to federation.rose-ash.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-22 21:12:28 +00:00
parent 0e89dbee55
commit 30b5a1438b
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ from shared.contracts.dtos import (
def _domain() -> str:
return os.getenv("AP_DOMAIN", "rose-ash.com")
return os.getenv("AP_DOMAIN", "federation.rose-ash.com")
def _get_origin_app() -> str | None: