mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +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.host = args.host
|
||||
config.Server.port = args.port
|
||||
#FIXME
|
||||
#config.Server.certfile = args.certfile
|
||||
#config.Server.certkey = args.certkey
|
||||
config.Server.certfile = args.certfile
|
||||
config.Server.certkey = args.certkey
|
||||
config.Server.enable_ssl = args.ssl
|
||||
|
||||
def _signal_handling(self):
|
||||
|
Loading…
Reference in New Issue
Block a user