fix: move CapacitySnapshot import to monitoring in alembic env

Also update platform domains to production values:
- main: wizard.lu
- oms: oms.lu
- loyalty: rewardflow.lu

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 19:46:52 +01:00
parent ba130d4171
commit cf08e1a6c8
3 changed files with 20 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ class Settings(BaseSettings):
# =============================================================================
# PLATFORM DOMAIN CONFIGURATION
# =============================================================================
platform_domain: str = "orion.lu"
platform_domain: str = "wizard.lu"
# Custom domain features
allow_custom_domains: bool = True