api: Update to use hff_notion_api_client instead of defunct notion_utils.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user