forked from p15670423/monkey
island: Don't set deployment type from server config in env config
This commit is contained in:
parent
a62328dcf6
commit
2b4beb2200
|
@ -46,7 +46,6 @@ class EnvironmentConfig:
|
|||
aws = dict_data["aws"] if "aws" in dict_data else None
|
||||
|
||||
self.server_config = dict_data["server_config"]
|
||||
self.deployment = dict_data["deployment"]
|
||||
self.user_creds = _get_user_credentials_from_config(dict_data)
|
||||
self.aws = aws
|
||||
|
||||
|
|
Loading…
Reference in New Issue