mattermost / docs

Mattermost documentation
https://docs.mattermost.com
BSD 3-Clause "New" or "Revised" License
211 stars 582 forks source link

Undocumented settings in config.json #4253

Open amyblais opened 3 years ago

amyblais commented 3 years ago

I believe these settings should be documented:

In the ServiceSettings area: EnableAWSMetering SplitKey FeatureFlagSyncIntervalSeconds DebugSplit CollapsedThreads

In the LogSettings area: EnableSentry

In the ExperimentalAuditSettings: AdvancedLoggingConfig (NOTE, the addition of this item in the LogSettings section is documented)

In the SupportSettings area: EnableAskCommunityLink

In the AnnoucementSettings area: NoticesURL NoticesFetchFrequency NoticesSkipCache

In the ExperimentalSettings area: CloudUserLimit CloudBilling

In the MessageExportSettings area: DownloadExportResults

In the Plugins area: BotUserID

The entire CloudSettings area, to include CWSUrl The entire FeatureFlags area to include TestFeature, TestBoolFeature, and CloudDelinquentEmailJobsEnabled

More details at https://forum.mattermost.org/t/undocumented-settings-in-config-json-on-5-31/11132/4 on other settings that I believe are already documented or don't need documentation.

amyblais commented 3 years ago

Updated the description based on my investigation ^

cwarnermm commented 2 years ago

@wiersgallak - Would the PM team be open to reviewing this list of undocumented config settings and identify ones that should be added to the product documentation, please?

TwizzyDizzy commented 2 years ago

Hi there,

it seems SqlSettings / MigrationsStatementTimeoutSeconds is also missing in the documentation.

EDIT: and it seems quite a few options under FeatureFlags are not documented either.

Cheers Thomas