sigyllly commited on
Commit
aaa7691
·
verified ·
1 Parent(s): fcb1da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -27,7 +27,10 @@ config = {
27
  "provider_mapping": {
28
  "/": provider, # Map the root URL to the provider
29
  },
30
- "http_authenticator": None, # Disable authentication
 
 
 
31
  "verbose": 1, # Enable verbose logging
32
  }
33
 
 
27
  "provider_mapping": {
28
  "/": provider, # Map the root URL to the provider
29
  },
30
+ "http_authenticator": {
31
+ "domain_controller": None, # Disable authentication
32
+ },
33
+ "simple_dc": None, # Disable simple domain controller
34
  "verbose": 1, # Enable verbose logging
35
  }
36