Skip to content

Commit

Permalink
[patch] remove defaults for attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
unnati-solanki-git committed Dec 4, 2024
1 parent 77a357c commit 247955c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/src/mas/cli/install/argParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def isValidFile(parser, arg) -> str:
"--manage-jms",
dest="mas_app_settings_default_jms",
required=False,
help="",
help="Set JMS configuration",
action="store_const",
const="true"
)
Expand Down Expand Up @@ -657,14 +657,12 @@ def isValidFile(parser, arg) -> str:
"--mas-manage-attachments-provider",
dest="mas_manage_attachments_provider",
required=False,
default="filestorage",
help="Defines the storage provider type to be used to store Manage application's attachments."
)
manageArgGroup.add_argument(
"--mas-manage-attachment-configuration-mode",
dest="mas_manage_attachment_configuration_mode",
required=False,
default="db",
help="Defines how attachment properties will be configured in Manage. Possible values are: cr and db"
)

Expand Down

0 comments on commit 247955c

Please sign in to comment.