Этот коммит содержится в:
Christopher Speller
2017-04-24 07:57:51 -04:00
коммит произвёл Joram Wilander
родитель f32ebc74a6
Коммит 35ac2f35aa

Просмотреть файл

@@ -70,12 +70,12 @@
}, },
"SqlSettings": { "SqlSettings": {
"DriverName": "mysql", "DriverName": "mysql",
"DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8\u0026readTimeout=30s\u0026writeTimeout=30s", "DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s",
"DataSourceReplicas": [], "DataSourceReplicas": [],
"MaxIdleConns": 20, "MaxIdleConns": 20,
"MaxOpenConns": 300, "MaxOpenConns": 300,
"Trace": false, "Trace": false,
"AtRestEncryptKey": "8s96y35qz5ihiz7w1jcecsqp5xnnkp13" "AtRestEncryptKey": ""
}, },
"LogSettings": { "LogSettings": {
"EnableConsole": true, "EnableConsole": true,
@@ -99,7 +99,7 @@
"DriverName": "local", "DriverName": "local",
"Directory": "./data/", "Directory": "./data/",
"EnablePublicLink": false, "EnablePublicLink": false,
"PublicLinkSalt": "1oidkhjpy4p54jwfrgwk7nhkzgwrq6ug", "PublicLinkSalt": "",
"ThumbnailWidth": 120, "ThumbnailWidth": 120,
"ThumbnailHeight": 100, "ThumbnailHeight": 100,
"PreviewWidth": 1024, "PreviewWidth": 1024,
@@ -128,8 +128,8 @@
"SMTPServer": "dockerhost", "SMTPServer": "dockerhost",
"SMTPPort": "2500", "SMTPPort": "2500",
"ConnectionSecurity": "", "ConnectionSecurity": "",
"InviteSalt": "mtt8hrn4tmo5d8nz91jg3z7gr8xudb4z", "InviteSalt": "",
"PasswordResetSalt": "8j44cnpee8b46a34kpnnc6r8gy6dizts", "PasswordResetSalt": "",
"SendPushNotifications": false, "SendPushNotifications": false,
"PushNotificationServer": "", "PushNotificationServer": "",
"PushNotificationContents": "generic", "PushNotificationContents": "generic",
@@ -264,4 +264,4 @@
"TurnUsername": "", "TurnUsername": "",
"TurnSharedKey": "" "TurnSharedKey": ""
} }
} }