File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ configure_environment() {
319
319
if [ ! -f " $env_file " ]; then
320
320
cat > " $env_file " << EOF
321
321
NODE_ENV=production
322
- PORT=3000
322
+ PORT=7655
323
323
EOF
324
324
chown " $PULSE_USER :$PULSE_USER " " $env_file "
325
325
chmod 600 " $env_file "
@@ -346,7 +346,7 @@ StandardOutput=journal
346
346
StandardError=journal
347
347
SyslogIdentifier=pulse-monitor
348
348
Environment="NODE_ENV=production"
349
- Environment="PORT=3000 "
349
+ Environment="PORT=7655 "
350
350
351
351
[Install]
352
352
WantedBy=multi-user.target
@@ -548,7 +548,7 @@ show_final_instructions() {
548
548
local ip=$( hostname -I | awk ' {print $1}' )
549
549
echo " "
550
550
echo " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
551
- echo -e " Access Pulse: \033[1;36mhttp://${ip} :3000 \033[0m"
551
+ echo -e " Access Pulse: \033[1;36mhttp://${ip} :7655 \033[0m"
552
552
echo " "
553
553
echo " Useful commands:"
554
554
echo " • systemctl status $SERVICE_NAME "
You can’t perform that action at this time.
0 commit comments