user configuration Returns: JSON/Dict user configuration
()
| 93 | |
| 94 | |
| 95 | def user_configuration(): |
| 96 | """ |
| 97 | user configuration |
| 98 | |
| 99 | Returns: |
| 100 | JSON/Dict user configuration |
| 101 | """ |
| 102 | return { |
| 103 | "language": "en_US", |
| 104 | "events_log_file": "tmp/ohp.log", |
| 105 | "default_selected_modules": "all", # or select one or multiple (e.g. ftp/strong_password,ssh/strong_password) |
| 106 | "default_excluded_modules": None # or any module name separated with comma |
| 107 | } |
no outgoing calls
no test coverage detected