mirror of
https://github.com/coltoneshaw/CS-Repro-Mattermost.git
synced 2025-12-23 10:01:30 +01:00
fixed calls port
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"Type": "console",
|
"Type": "console",
|
||||||
"Format": "json",
|
"Format": "json",
|
||||||
"Levels": [
|
"Levels": [
|
||||||
{"ID": 10, "Name": "stdlog", "Stacktrace": false},
|
{"ID": 10, "Name": "stdlog", "Stacktrace": false},
|
||||||
{"ID": 5, "Name": "debug", "Stacktrace": false},
|
{"ID": 5, "Name": "debug", "Stacktrace": false},
|
||||||
{"ID": 4, "Name": "info", "Stacktrace": false, "color": 36},
|
{"ID": 4, "Name": "info", "Stacktrace": false, "color": 36},
|
||||||
{"ID": 3, "Name": "warn", "Stacktrace": false, "color": 33},
|
{"ID": 3, "Name": "warn", "Stacktrace": false, "color": 33},
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"PluginSettings": {
|
"PluginSettings": {
|
||||||
"Plugins": {
|
"Plugins": {
|
||||||
"com.mattermost.calls": {
|
"com.mattermost.calls": {
|
||||||
"rtcdserviceurl": "http://mattermost-rtcd"
|
"rtcdserviceurl": "http://mattermost-rtcd:8045"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user