1
0
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:
coltoneshaw
2024-04-29 15:15:30 -04:00
parent 72d59b3c89
commit 13e2fd8b62
2 changed files with 2 additions and 2 deletions

View File

@@ -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},

View File

@@ -2,7 +2,7 @@
"PluginSettings": {
"Plugins": {
"com.mattermost.calls": {
"rtcdserviceurl": "http://mattermost-rtcd"
"rtcdserviceurl": "http://mattermost-rtcd:8045"
}
}
}