mirror of
https://github.com/mattermost/mattermost.git
synced 2026-03-07 07:44:23 -05:00
30 lines
796 B
JSON
30 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": {}
|
||
|
|
}
|
||
|
|
}
|