aau-network-security / haaukins

A Highly Accessible and Automated Virtualization Platform for Security Education
https://general.haaukins.com
Apache License 2.0
184 stars 39 forks source link

update code based on updated config file #717

Closed mrtrkmn closed 2 years ago

mrtrkmn commented 2 years ago

Closes #716

mrtrkmn commented 2 years ago

The host part in main configuration file of Haaukins project needs to be updated with following:


host:
  http:
    endpoint: localhost
    port:
      insecure: 8080
      secure: 8081
  grpc:
    endpoint: localhost
    port: 5454
Mikkelhost commented 2 years ago

Looks fine!