feat: Migrate docker preview repo stuff in monorepo (#25698)
* feat: Migrate docker preview repo stuff in monorepo * docs: Update docs [skip ci] * config: Update configuration to minimum [skip ci]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
bb9c695c1b
Коммит
c5f5800814
29
server/build/docker-preview/config_docker.json
Обычный файл
29
server/build/docker-preview/config_docker.json
Обычный файл
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
Ссылка в новой задаче
Block a user