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