after migration
This commit is contained in:
parent
84c33e423b
commit
b05d8a8ab3
43 changed files with 474 additions and 66 deletions
4
main.py
4
main.py
|
|
@ -14,7 +14,7 @@ from dotenv import load_dotenv
|
|||
load_dotenv()
|
||||
|
||||
# Get server hostname from environment
|
||||
SERVER_HOSTNAME = os.environ.get("SERVER_HOSTNAME", "einszwovier.local")
|
||||
SERVER_HOSTNAME = os.environ.get("SERVER_HOSTNAME", "124.local")
|
||||
BOOKSTACK_PORT = os.environ.get("BOOKSTACK_PORT", "6875")
|
||||
OPENWEBUI_PORT = os.environ.get("OPENWEBUI_PORT", "8080")
|
||||
PORTAINER_PORT = os.environ.get("PORTAINER_PORT", "9000")
|
||||
|
|
@ -162,7 +162,7 @@ def send_order_endpoint(
|
|||
analysis = analyze_pdf(path)
|
||||
|
||||
# Get Matrix room ID from environment
|
||||
matrix_room = os.environ.get("MATRIX_ROOM", "!eFWbWEnYsgeIKqyfjw:einszwovier.local")
|
||||
matrix_room = os.environ.get("MATRIX_ROOM", "!PuLwSlWKNgNKvhhCIr:124.local")
|
||||
|
||||
try:
|
||||
send_order_sync(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue