Skip to content

Commit

Permalink
mudanças para deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacfritsch committed Oct 7, 2024
1 parent d9d6732 commit 6d3a5b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nasaspaceapp2024/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
SECURE_HSTS_PRELOAD = True
SECURE_HSTS_INCLUDE_SUBDOMAINS = True
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
DATABASE_URL = config('DATABASE_URL')
CSRF_COOKIE_SECURE = True
else:
ALLOWED_HOSTS = ['localhost', '127.0.0.1']

Expand Down

0 comments on commit 6d3a5b5

Please sign in to comment.