[mirotalksfu] - update config.template.js (read the note!)

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-13 21:04:37 +02:00
الأصل 32974f0ebc
التزام efab894545
4 ملفات معدلة مع 49 إضافات و36 حذوفات

عرض الملف

@@ -7,7 +7,7 @@ module.exports = class ServerApi {
constructor(host = null, authorization = null) {
this._host = host;
this._authorization = authorization;
this._api_key_secret = config.apiKeySecret;
this._api_key_secret = config.api.keySecret;
}
isAuthorized() {