mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
* feat: Migrate docker preview repo stuff in monorepo * docs: Update docs [skip ci] * config: Update configuration to minimum [skip ci]
29 lines
796 B
JSON
29 lines
796 B
JSON
{
|
|
"ServiceSettings": {
|
|
"EnableOAuthServiceProvider": true,
|
|
"EnableDeveloper": false,
|
|
"EnableGifPicker": true
|
|
},
|
|
"SqlSettings": {
|
|
"DriverName": "postgres",
|
|
"DataSource": "postgres://mmuser:mostest@localhost/mattermost_test?sslmode=disable\u0026connect_timeout=10\u0026binary_parameters=yes",
|
|
"AtRestEncryptKey": ""
|
|
},
|
|
"FileSettings": {
|
|
"DriverName": "local",
|
|
"Directory": "/mm/mattermost-data",
|
|
"PublicLinkSalt": ""
|
|
},
|
|
"EmailSettings": {
|
|
"SMTPServer": "",
|
|
"SMTPPort": "",
|
|
"PushNotificationContents": "generic"
|
|
},
|
|
"ElasticsearchSettings": {
|
|
"ConnectionUrl": ""
|
|
},
|
|
"PluginSettings": {
|
|
"EnableUploads": true,
|
|
"PluginStates": {}
|
|
}
|
|
}
|