Create a new config setting, and migrate the old values to new. https://mattermost.atlassian.net/browse/MM-63652 Skip-Enterprise-PR: true ```release-note NONE ``` * fix i18n also fix unit tests ```release-note NONE ``` * For fresh installations, default to true ```release-note NONE ``` * gofmt files ```release-note NONE ``` * Fixing some more strings ```release-note NONE ``` * Update e2e tests ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
7f4fbd803a
Коммит
3a6aeee57e
@@ -806,7 +806,7 @@ export type ClusterSettings = {
|
||||
AdvertiseAddress: string;
|
||||
UseIPAddress: boolean;
|
||||
EnableGossipCompression: boolean;
|
||||
EnableExperimentalGossipEncryption: boolean;
|
||||
EnableGossipEncryption: boolean;
|
||||
ReadOnlyConfig: boolean;
|
||||
GossipPort: number;
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user