after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
|
|
@ -11,7 +11,7 @@ async def send_order(pdf_path: str, analysis: dict, room_id: str, name: str, com
|
|||
"""
|
||||
matrix_user = os.environ.get("MATRIX_USER")
|
||||
matrix_pass = os.environ.get("MATRIX_PASS")
|
||||
homeserver = os.environ.get("MATRIX_HOMESERVER", "http://einszwovier.local:8008")
|
||||
homeserver = os.environ.get("MATRIX_HOMESERVER", "http://124.local:8008")
|
||||
|
||||
if not matrix_user or not matrix_pass:
|
||||
raise RuntimeError("Missing MATRIX_USER or MATRIX_PASS in environment")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue