Skip to content

Commit

Permalink
Add default tiled uri for results
Browse files Browse the repository at this point in the history
  • Loading branch information
taxe10 committed Jun 5, 2024
1 parent 7d211c6 commit 18e63b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
WRITE_DIR_MOUNT = os.getenv("WRITE_DIR_MOUNT", None)

# Tiled Server to store results
RESULT_TILED_URI = os.getenv("RESULT_TILED_URI", "")
RESULT_TILED_URI = os.getenv("RESULT_TILED_URI", "http://localhost:8888")
RESULT_TILED_API_KEY = os.getenv("RESULT_TILED_API_KEY", None)

# Prefect
Expand Down

0 comments on commit 18e63b2

Please sign in to comment.