File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,12 @@ nssm install JSON_SCADA_alarm_beep "C:\json-scada\platform-windows\nodejs-runti
7070nssm set JSON_SCADA_alarm_beep AppDirectory " C:\json-scada\src\alarm_beep"
7171nssm set JSON_SCADA_alarm_beep Start SERVICE_AUTO_START
7272
73+ rem WARNING! This service has no security access control, use with care.
7374nssm install JSON_SCADA_config_server_excel " C:\json-scada\platform-windows\nodejs-runtime\node.exe" " C:\json-scada\src\config_server_for_excel\index.js"
7475nssm set JSON_SCADA_config_server_excel AppDirectory " C:\json-scada\src\config_server_for_excel"
75- nssm set JSON_SCADA_config_server_excel Start SERVICE_AUTO_START
76+ nssm set JSON_SCADA_config_server_excel Start SERVICE_DEMAND_START
77+ nssm set JSON_SCADA_config_server_excel AppEnvironmentExtra JS_CSEXCEL_IP_BIND = 0.0.0.0 JS_CSEXCEL_HTTP_PORT=10001
78+ rem JS_CSEXCEL_IP_BIND=127.0.0.1 to enable just local access
7679
7780rem For use with OSHMI HMI Shell
7881rem nssm install JSON_SCADA_shell_api "C:\json-scada\platform-windows\nodejs-runtime\node.exe" "C:\json-scada\src\shell-api\shell-api.js"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ nssm start JSON_SCADA_server_realtime_auth
1818nssm start JSON_SCADA_calculations
1919nssm start JSON_SCADA_process_rtdata
2020nssm start JSON_SCADA_process_hist
21- nssm start JSON_SCADA_config_server_excel
21+ REM nssm start JSON_SCADA_config_server_excel
2222REM nssm start JSON_SCADA_alarm_beep
2323REM nssm start JSON_SCADA_shell_api
2424
You can’t perform that action at this time.
0 commit comments