We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddfdde commit 87df762Copy full SHA for 87df762
backend/utils.py
@@ -11,6 +11,7 @@
11
if DEBUG.lower() == "true":
12
logging.basicConfig(level=logging.DEBUG)
13
14
+
15
AZURE_SEARCH_PERMITTED_GROUPS_COLUMN = os.environ.get(
16
"AZURE_SEARCH_PERMITTED_GROUPS_COLUMN"
17
)
0 commit comments