remove parseInt on password env
This commit is contained in:
@@ -4,7 +4,7 @@ const http = require("http");
|
||||
// 4play settings
|
||||
var port = parseInt(process.env.FOURGET_FPLAY_PASSWORD) || 3030;
|
||||
var timeout = parseInt(process.env.FOURGET_FPLAY_TIMEOUT) || 30000;
|
||||
var password = parseInt(process.env.FOURGET_FPLAY_PASSWORD) || "cnc";
|
||||
var password = process.env.FOURGET_FPLAY_PASSWORD || "cnc";
|
||||
|
||||
// ==================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user