Skip to content

Commit

Permalink
Add PREFECT_API_URL and PREFECT_API_KEY to Prefect config
Browse files Browse the repository at this point in the history
  • Loading branch information
m-p-esser committed Oct 16, 2023
1 parent 639177d commit b2c0c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/04_setup_prefect.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
.PHONY: set-prefect-env-variarables
set-prefect-env-variarables: ## Set Environment variables for Prefect
prefect config set PREFECT_LOGGING_EXTRA_LOGGERS=${PREFECT_LOGGING_EXTRA_LOGGERS}
prefect config set PREFECT_API_URL=${PREFECT_API_URL}
prefect config set PREFECT_API_KEY=${PREFECT_API_KEY}

.PHONY: create-prefect-blocks
create-prefect-blocks: ## Create Prefect Blocks
Expand Down

0 comments on commit b2c0c4e

Please sign in to comment.