1
0
Fork 0

Migrate deprecated field in settings

This commit is contained in:
Dariusz Niemczyk 2023-07-13 21:01:17 +02:00
parent a8f7530263
commit b6ce1516d2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -184,6 +184,6 @@ SOCIAL_AUTH_HSWAW_KEY = env("CLIENT_ID")
SOCIAL_AUTH_HSWAW_SECRET = env("SECRET")
SOCIAL_AUTH_REDIRECT_IS_HTTPS = PROD
SOCIAL_AUTH_POSTGRES_JSONFIELD = True
SOCIAL_AUTH_JSONFIELD_ENABLED = True
LABEL_API = env("LABEL_API", "http://label.waw.hackerspace.pl:4567")