Skip to content

Commit

Permalink
hswro->hskrk cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor committed Nov 18, 2023
1 parent eb359ce commit 4317e75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spejstore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ def env(name, default=None):
]
}

SOCIAL_AUTH_HSWRO_KEY = env('CLIENT_ID')
SOCIAL_AUTH_HSWRO_SECRET = env('SECRET')
SOCIAL_AUTH_REDIRECT_IS_HTTPS = False
SOCIAL_AUTH_SPEJSTORE_KEY = env('SPEJSTORE_CLIENT_ID')
SOCIAL_AUTH_SPEJSTORE_SECRET = env('SPEJSTORE_SECRET')
SOCIAL_AUTH_REDIRECT_IS_HTTPS = True

SOCIAL_AUTH_POSTGRES_JSONFIELD = True

Expand Down

0 comments on commit 4317e75

Please sign in to comment.