Skip to content

Commit

Permalink
Deploy var fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvallejosdev committed Feb 13, 2024
1 parent efe47b9 commit 9ea7ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
SECRET_KEY = os.environ.get("SECRET_KEY", "SgLSDnEtU4kkqXJMYTJbKCq861VpNd5s")

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = os.environ.get("DEBUG", True)

ALLOWED_HOSTS = ["*", "localhost", "127.0.0.1", ".vercel.app", ".now.sh"]

Expand Down

0 comments on commit 9ea7ead

Please sign in to comment.