follow up to MM-61126 desktop landing page (#28888)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
99a95508d2
Коммит
c7aec8c5c5
@@ -396,6 +396,7 @@ export type ServiceSettings = {
|
||||
RefreshPostStatsRunTime: string;
|
||||
MaximumPayloadSizeBytes: number;
|
||||
EnableAPIPostDeletion: boolean;
|
||||
EnableDesktopLandingPage: boolean;
|
||||
MaximumURLLength: number;
|
||||
};
|
||||
|
||||
@@ -760,6 +761,7 @@ export type NativeAppSettings = {
|
||||
AppDownloadLink: string;
|
||||
AndroidAppDownloadLink: string;
|
||||
IosAppDownloadLink: string;
|
||||
MobileExternalBrowser: boolean;
|
||||
};
|
||||
|
||||
export type ClusterSettings = {
|
||||
@@ -808,6 +810,7 @@ export type CacheSettings = {
|
||||
RedisAddress: string;
|
||||
RedisPassword: string;
|
||||
RedisDB: number;
|
||||
DisableClientCache: boolean;
|
||||
};
|
||||
|
||||
export type ElasticsearchSettings = {
|
||||
|
||||
Ссылка в новой задаче
Block a user