diff options
author | Frederick Muriuki Muriithi | 2024-04-23 16:31:15 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-23 16:31:15 +0300 |
commit | 48d6cb588a62cd616d4763e3baa635f0551f893b (patch) | |
tree | ff59b7f116e39d9392c628a48e1ae86aecdacf73 /gn_auth/settings.py | |
parent | 53f6dd231ca734254074d06ef489383c33d6c2cf (diff) | |
download | gn-auth-48d6cb588a62cd616d4763e3baa635f0551f893b.tar.gz |
Update default settings.
Diffstat (limited to 'gn_auth/settings.py')
-rw-r--r-- | gn_auth/settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn_auth/settings.py b/gn_auth/settings.py index 489f72d..f65b24b 100644 --- a/gn_auth/settings.py +++ b/gn_auth/settings.py @@ -29,6 +29,7 @@ CORS_HEADERS = [ "Access-Control-Allow-Credentials" ] +UPLOADS_DIR = "" + # OpenSSL keys -CLIENTS_SSL_PUBLIC_KEYS_DIR = "" # keys from registered clients SSL_PRIVATE_KEY = "" # authorisation server primary key |