save this sqs

This commit is contained in:
Jun-te Kim 2025-11-14 15:30:32 +00:00
parent e38e722b81
commit 3bb3a2bf08

View file

@ -8,8 +8,8 @@ import requests
# CONFIG
# ============================================================
API_BASE = os.environ["TASK_API_BASE"] # e.g. https://api.myserver.com/tasks
API_TOKEN = os.environ["TASK_API_TOKEN"]
API_BASE = "https://api.dev.hestia.homes/v1/tasks/" # e.g. https://api.myserver.com/tasks
API_TOKEN = "4QPwbB6hEdUloDVtbBJCUTfGBdBgWwpeavWQ7t5Z"
# ============================================================