123456789101112131415161718192021222324252627282930313233343536373839 |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- host = "0.0.0.0"
-
- port = 3030
-
- show_history = True
- show_deleted = True
- show_archived = True
-
- manager_locks = True
-
- root_path = ''
-
-
- acceptbasic = True
- acceptdigest = False
- defaultdigest = False
-
-
-
-
-
-
|