Skip to content

Commit

Permalink
Merge pull request #373 from CybercentreCanada/hotfix/discover
Browse files Browse the repository at this point in the history
Hotfix/discover
  • Loading branch information
cccs-sgaron authored Sep 23, 2021
2 parents f612bc2 + 1b1952b commit 996ce6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assemblyline/odm/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,8 @@ class UI(odm.Model):
banner_level: str = odm.Enum(values=["info", "warning", "success", "error"])
# Turn on debugging
debug: bool = odm.Boolean()
# Discover URL
discover_url: str = odm.Optional(odm.Keyword())
# Which encoding will be used
download_encoding = odm.Enum(values=["raw", "cart"])
# Assemblyline admins email address
Expand Down Expand Up @@ -835,6 +837,7 @@ class UI(odm.Model):
"banner": None,
"banner_level": 'info',
"debug": False,
"discover_url": None,
"download_encoding": "cart",
"email": None,
"enforce_quota": True,
Expand Down

0 comments on commit 996ce6e

Please sign in to comment.