mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-01 04:38:12 +00:00
Fix tests
This commit is contained in:
parent
483db91851
commit
719458764f
@ -167,9 +167,8 @@ class Server:
|
|||||||
config.Server.allow_remote_console = args.allow
|
config.Server.allow_remote_console = args.allow
|
||||||
config.Server.host = args.host
|
config.Server.host = args.host
|
||||||
config.Server.port = args.port
|
config.Server.port = args.port
|
||||||
#FIXME
|
config.Server.certfile = args.certfile
|
||||||
#config.Server.certfile = args.certfile
|
config.Server.certkey = args.certkey
|
||||||
#config.Server.certkey = args.certkey
|
|
||||||
config.Server.enable_ssl = args.ssl
|
config.Server.enable_ssl = args.ssl
|
||||||
|
|
||||||
def _signal_handling(self):
|
def _signal_handling(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user