Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
15 строки
431 B
Plaintext
15 строки
431 B
Plaintext
// Rename this file (and remove comments) to e2etest.config.json to force some server settings to e2e engine
|
|
//
|
|
// Note that e2etest.config.json will be ignored in git.
|
|
//
|
|
// Example: you can use the following json to enable logging (disabled by default due
|
|
// to excesive noise)
|
|
{
|
|
"LogSettings": {
|
|
"ConsoleLevel": "INFO",
|
|
"EnableConsole": true,
|
|
"ConsoleJson": true,
|
|
"EnableFile": false
|
|
}
|
|
}
|