Skip to content

Commit

Permalink
Removed 3.6 MAx audit logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Sep 23, 2024
1 parent 05200f7 commit c96193f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/src/uds/core/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,11 +481,6 @@ class GlobalConfig:
'New Max restriction', '0', type=Config.BOOLEAN_FIELD
)

# Maximum security logs duration in days
MAX_AUDIT_LOGS_DURATION: Config.Value = Config.section(SECURITY_SECTION).value(
'Max Audit Logs duration', '30', type=Config.NUMERIC_FIELD
)

# Allowed "trusted sources" for request
TRUSTED_SOURCES: Config.Value = Config.section(SECURITY_SECTION).value(
'Trusted Hosts', '*', type=Config.TEXT_FIELD
Expand Down

0 comments on commit c96193f

Please sign in to comment.