Merge pull request #739 from roramirez/more_info_comment_hotfix

Add more information and tag FIXME on Hotfix code
This commit is contained in:
Michael Teeuw
2017-02-25 11:37:18 +01:00
committed by GitHub

View File

@@ -21,7 +21,8 @@ if (process.env.MM_CONFIG_FILE) {
global.configuration_file = process.env.MM_CONFIG_FILE;
}
//Hotfix PullRequest #673
// FIXME: Hotfix Pull Request
// https://github.com/MichMich/MagicMirror/pull/673
if (process.env.MM_PORT) {
global.mmPort = process.env.MM_PORT;
}