Skip to content

Commit

Permalink
check debug in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanandrews committed Jan 23, 2024
1 parent 00d591f commit b6e0df5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion paleo-hurricane-map/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_HOST=https://paleohurdat.whoi.edu/services
VITE_API_HOST=https://paleohurdat.whoi.edu
2 changes: 2 additions & 0 deletions paleo-hurricane-map/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.env
.env.development
2 changes: 1 addition & 1 deletion paleo_hurricane_api/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
METADATA_URI = os.environ["ECS_CONTAINER_METADATA_URI"]
container_metadata = requests.get(METADATA_URI).json()
ALLOWED_HOSTS.append(container_metadata["Networks"][0]["IPv4Addresses"][0])
DEBUG = False
DEBUG = True

# DATABASES
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit b6e0df5

Please sign in to comment.