LPX55 commited on
Commit
e4b6492
·
verified ·
1 Parent(s): ba33dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -49,9 +49,10 @@ config = {
49
  },
50
  "simple_dc": {"user_mapping": {
51
  "*": {
52
- "user":
53
- "password": "hunter123",
54
- "roles": ["editor", "admin"]
 
55
  }
56
  }},
57
  "verbose": DEFAULT_VERBOSE,
 
49
  },
50
  "simple_dc": {"user_mapping": {
51
  "*": {
52
+ "user": {
53
+ "password": "hunter123",
54
+ "roles": ["editor", "admin"]
55
+ }
56
  }
57
  }},
58
  "verbose": DEFAULT_VERBOSE,