api: Update to use hff_notion_api_client instead of defunct notion_utils.

This commit is contained in:
2024-08-12 13:18:02 -05:00
parent e90f392ef1
commit b17520946e
6 changed files with 40 additions and 33 deletions

View File

@ -4,7 +4,14 @@ SOURCES=$(wildcard src/*.nim) $(wildcard src/hff_entry_forms_apipkg/*.nim)
ECR_ACCOUNT_URL ?= 063932952339.dkr.ecr.us-west-2.amazonaws.com
# The port on the host machine (not the container)
PORT ?= 8300
ifeq ($(TARGET_ENV),prod)
PORT=6006
else
PORT=6005
endif
# The server to target when publishing the API
TARGET_SERVER ?= sobeck.jdb-software.com
# The Notion integration token.
AUTH_SECRET ?= 123abc