-
Notifications
You must be signed in to change notification settings - Fork 189
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
make events settings configurable #3214
Conversation
0361b35
to
425c10a
Compare
storage/pkg/config/defaultconfig.go
Outdated
@@ -348,6 +348,10 @@ func DefaultConfig() *Config { | |||
PublicEnableExpiredSharesCleanup: true, | |||
PublicJanitorRunInterval: 60, | |||
UserStorageMountID: "", | |||
Events: Events{ | |||
Address: "127.0.0.1:4222", |
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.
Sorry, this breaks because of my PR #3210
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.
Thanks for pointing out, could you please check again?
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.
Oh already approved 👍
425c10a
to
6cbdbd8
Compare
💥 Acceptance test Core-API-Tests-ocis-storage-6 failed. Further test are cancelled... |
Kudos, SonarCloud Quality Gate passed!
|
Description
make events settings configurable
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: