Skip to content

Commit

Permalink
change base schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 21, 2024
1 parent 1c26099 commit 8fc6fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yente/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def random_cron() -> str:
DATA_PATH = Path(env_str("YENTE_DATA_PATH", "/tmp"))
RESOURCES_PATH = Path(__file__).parent.joinpath("resources")

BASE_SCHEMA = "Thing"
BASE_SCHEMA = "LegalEntity"
PORT = int(env_str("YENTE_PORT", env_str("PORT", "8000")))
UPDATE_TOKEN = env_str("YENTE_UPDATE_TOKEN", "unsafe-default")
CACHE_HEADERS = {
Expand Down

0 comments on commit 8fc6fd4

Please sign in to comment.