Skip to content

Commit

Permalink
Deployment test 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiabernat committed Jan 11, 2025
1 parent dd6f2c5 commit dae8669
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 434 deletions.
Binary file modified dash_app/assets/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions dash_app/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PORT = int(os.environ.get("PORT", 8060))
REQUESETS_PATHNAME_PREFIX = "/"

CONNECT_TO_LAMBDA = True
CONNECT_TO_LAMBDA = False

# FILE PATHS
# MAPBOX_TOKEN = open("../../mapbox_token.py").read() # mapbox api token
Expand All @@ -22,7 +22,7 @@
print("********** ", os.getenv('LAMBDA_TASK_ROOT'))

if LAMBDA_TASK_ROOT is None:
print(" ********** ", "here")
print(" ********** ", "LAMBDA_TASK_ROOT is None")
METADATA_DIR = './metadata'
else:
METADATA_DIR = os.path.join(LAMBDA_TASK_ROOT, "dash_app", "metadata")
Expand Down
Loading

0 comments on commit dae8669

Please sign in to comment.