mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
save this sqs
This commit is contained in:
parent
e38e722b81
commit
3bb3a2bf08
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
# ============================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue