Skip to content

Commit

Permalink
changed settings back for production
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestkim committed Mar 29, 2023
1 parent 29b17ff commit fa69335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caper/caper/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# skip intermediate sign-out page
ACCOUNT_LOGOUT_ON_GET = True
# SSL Redirect
#SECURE_SSL_REDIRECT=True
SECURE_SSL_REDIRECT=True

# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
Expand Down Expand Up @@ -153,7 +153,7 @@
# Provider specific settings
GOOGLE_SECRET_KEY = os.environ['GOOGLE_SECRET_KEY']
GLOBUS_SECRET_KEY = os.environ['GLOBUS_SECRET_KEY']
#ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
SOCIALACCOUNT_EMAIL_REQUIRED=True
SOCIALACCOUNT_PROVIDERS = {
'google': {
Expand Down

0 comments on commit fa69335

Please sign in to comment.