-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(BA-802): Set default domain name value of vfolders #3767
base: main
Are you sure you want to change the base?
Conversation
@@ -44,3 +44,5 @@ | |||
|
|||
DEFAULT_VFOLDER_PERMISSION_MODE: Final[int] = 0o755 | |||
VFOLDER_GROUP_PERMISSION_MODE: Final[int] = 0o775 | |||
|
|||
DEFAULT_DOMAIN_NAME: Final[str] = "default" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be great if the default domain name was set to a less commonly used name that's not as user-friendly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already use this as a default value. Change the default name to another should be a separate epic
resolves #3765 (BA-802)
Checklist: (if applicable)