Skip to content

Commit

Permalink
fix(prefect): add PREFECT_SERVER_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed Dec 15, 2022
1 parent 80fe8e9 commit 611a1b9
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 611a1b9

Please sign in to comment.