Removed test code
Этот коммит содержится в:
@@ -8,9 +8,9 @@
|
|||||||
"FileLocation": ""
|
"FileLocation": ""
|
||||||
},
|
},
|
||||||
"ServiceSettings": {
|
"ServiceSettings": {
|
||||||
"SiteName": "Battlehouse",
|
"SiteName": "Mattermost",
|
||||||
"Domain": "battlehouse.com",
|
"Domain": "xxxxxxmustbefilledin.com",
|
||||||
"Mode" : "prod",
|
"Mode" : "dev",
|
||||||
"AllowTesting" : false,
|
"AllowTesting" : false,
|
||||||
"UseSSL": false,
|
"UseSSL": false,
|
||||||
"Port": "8065",
|
"Port": "8065",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ module.exports.cleanUpUrlable = function(input) {
|
|||||||
|
|
||||||
module.exports.isTestDomain = function() {
|
module.exports.isTestDomain = function() {
|
||||||
|
|
||||||
/*if ((/^localhost/).test(window.location.hostname))
|
if ((/^localhost/).test(window.location.hostname))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if ((/^dockerhost/).test(window.location.hostname))
|
if ((/^dockerhost/).test(window.location.hostname))
|
||||||
@@ -44,7 +44,7 @@ module.exports.isTestDomain = function() {
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
if ((/^176./).test(window.location.hostname))
|
if ((/^176./).test(window.location.hostname))
|
||||||
return true;*/
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user