mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: generic errors
This commit is contained in:
parent
9c2332961b
commit
94f50a89a5
3 changed files with 5 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from calendar import c
|
||||
from typing import Optional
|
||||
from pydantic import BaseModel
|
||||
import os
|
||||
|
|
@ -51,7 +50,7 @@ def get_learnhouse_config() -> LearnHouseConfig:
|
|||
env_site_description = os.environ.get("LEARNHOUSE_SITE_DESCRIPTION")
|
||||
env_contact_email = os.environ.get("LEARNHOUSE_CONTACT_EMAIL")
|
||||
env_domain = os.environ.get("LEARNHOUSE_DOMAIN")
|
||||
env_port = os.environ.get("LEARNHOUSE_PORT")
|
||||
os.environ.get("LEARNHOUSE_PORT")
|
||||
env_ssl = os.environ.get("LEARNHOUSE_SSL")
|
||||
env_use_default_org = os.environ.get("LEARNHOUSE_USE_DEFAULT_ORG")
|
||||
env_allowed_origins = os.environ.get("LEARNHOUSE_ALLOWED_ORIGINS")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue