Skip to content

Commit

Permalink
fix(prefect): add PREFECT_SERVER_URL (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro authored Dec 15, 2022
2 parents 80fe8e9 + 611a1b9 commit 3a2b08c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datascience/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@
"service=WFS&request=GetFeature&version=1.0.0&"
"typeName=fifao:FAO_AREAS_CWP&outputFormat=SHAPE-ZIP"
)

# Prefect Server endpoint
PREFECT_SERVER_URL = os.getenv("PREFECT_SERVER_URL")

0 comments on commit 3a2b08c

Please sign in to comment.