1
0
mirror of https://git.sr.ht/~tsileo/microblog.pub synced 2025-06-05 21:59:23 +02:00

Better Docker support

This commit is contained in:
Thomas Sileo
2022-07-30 08:46:29 +02:00
parent 7469188aaf
commit 4b20c26e4b
2 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@ class Config(pydantic.BaseModel):
icon_url: str
secret: str
debug: bool = False
trusted_hosts: list[str] = ["127.0.0.1"]
# Config items to make tests easier
sqlalchemy_database: str | None = None