forked from Fediversity/Fediversity
remove option fediversity.eu (#257)
removing fediversity.eu from form options as its subdomains are running live services Reviewed-on: Fediversity/Fediversity#257 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:
parent
e3b816d85e
commit
3700b6e383
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue