refs #2281 last commit broke linux--fix

unificar-endpoints
Natalia Serrano 2025-06-23 12:37:42 +02:00
parent bb856e5b63
commit 7be441ca99
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ port=8000
#path=test_modules/server,more_modules/server
# Remote OpenGnsys Service
remote=https://192.168.2.1/opengnsys/rest
remote=https://192.168.2.1:8443/opengnsys/rest
# Alternate OpenGnsys Service (comment out to enable this option)
#altremote=https://10.0.2.2/opengnsys/rest

View File

@ -39,6 +39,7 @@ from opengnsys.log import logger
from opengnsys.linux.daemon import Daemon
import os
import sys
import signal
import json