1
0
Fork 0

remove option fediversity.eu ()

removing fediversity.eu from form options as its subdomains are running live services

Reviewed-on: 
Reviewed-by: Kevin Muller <kevin@procolix.com>
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
kiara Grouwstra 2025-03-19 16:01:03 +01:00 committed by kiara Grouwstra
parent e3b816d85e
commit 3700b6e383

View file

@ -39,11 +39,10 @@ class Configuration(BaseModel):
# XXX: hard-code available apex domains for now,
# they will be prefixed by the user name
class Domain(Enum):
EU = "fediversity.eu"
NET = "fediversity.net"
domain: Domain = Field(
default=Domain.EU,
default=Domain.NET,
description="DNS domain where to expose services"
)