Skip to content

Commit

Permalink
Update config.py - REMOVED server_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Esekyi authored Sep 6, 2024
1 parent 7fc0792 commit d2c7d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Config:
SESSION_COOKIE_HTTPONLY = True
SESSION_COOKIE_SECURE = True
REMEMBER_COOKIE_DURATION = timedelta(days=14)
SERVER_NAME = '127.0.0.1:5000'


# AWS S3 configuration
Expand Down

0 comments on commit d2c7d06

Please sign in to comment.