diff options
-rw-r--r-- | gn_auth/settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn_auth/settings.py b/gn_auth/settings.py index 71ffd5d..e8611bf 100644 --- a/gn_auth/settings.py +++ b/gn_auth/settings.py @@ -12,6 +12,9 @@ SQL_URI = "mysql://webqtlout:webqtlout@localhost/db_webqtl" AUTH_DB = f"{os.environ.get('HOME')}/genenetwork/gn3_files/db/auth.db" AUTH_MIGRATIONS = "migrations/auth" +# Redis settings +REDIS_URI = "redis://localhost:6379/0" + # OAuth2 settings OAUTH2_SCOPE = ( "profile", "group", "role", "resource", "user", "masquerade", |