kin: BATON-ARCH-012-backend_dev
This commit is contained in:
parent
8ecaeeafc6
commit
9ee79f7a88
3 changed files with 6 additions and 2 deletions
|
|
@ -18,4 +18,5 @@ CHAT_ID: str = _require("CHAT_ID")
|
|||
DB_PATH: str = os.getenv("DB_PATH", "baton.db")
|
||||
WEBHOOK_SECRET: str = _require("WEBHOOK_SECRET")
|
||||
WEBHOOK_URL: str = _require("WEBHOOK_URL")
|
||||
WEBHOOK_ENABLED: bool = os.getenv("WEBHOOK_ENABLED", "true").lower() == "true"
|
||||
FRONTEND_ORIGIN: str = os.getenv("FRONTEND_ORIGIN", "http://localhost:3000")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue