Add more information and tag FIXME on Hotfix code

This commit is contained in:
Rodrigo Ramírez Norambuena 2017-02-24 18:52:33 -03:00
parent d6394402b8
commit 365bc900b0

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;
}