Skip to content
Snippets Groups Projects
Commit a00eb201 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* bug fix

parent f4ee5c99
Branches
Tags
No related merge requests found
......@@ -207,6 +207,8 @@ CELERY_BROKER_URL = env("CELERY_BROKER_URL")
# Learning Record Store (LRS) MongoDB connection string
LRS_CONNECTION_STRING = env("LRS_CONNECTION_STRING")
LRS_MONGO_DB_NAME = env("LRS_MONGO_DB_NAME")
ANONYMIZATION_DEFAULT_MINIMUM_COUNT = env("ANONYMIZATION_DEFAULT_MINIMUM_COUNT")
ANONYMIZATION_HASH_PREFIX = env("ANONYMIZATION_HASH_PREFIX")
JWT_AUTH = {
"JWT_PUBLIC_KEY": open(env("JWT_PUBLIC_KEY_PATH")).read(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment