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 18e63b2 commit d0337b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
EXAMPLE_DATASETS = []

# 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)
tiled_results = TiledResults(RESULT_TILED_URI, RESULT_TILED_API_KEY)
tiled_results.prep_result_tiled_containers()
Expand Down

0 comments on commit d0337b7

Please sign in to comment.