Update app.py
Browse files
app.py
CHANGED
|
@@ -49,9 +49,10 @@ config = {
|
|
| 49 |
},
|
| 50 |
"simple_dc": {"user_mapping": {
|
| 51 |
"*": {
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
|
|
|
| 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,
|