Skip to content

Commit

Permalink
fix: Remove web server from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 committed Apr 28, 2021
1 parent 1b43dd9 commit ac8710e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions conf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
"inboundPermitted": [],
"outboundPermitted": ["org.telestion.example.RandomPositionPublisher/out#MockPos"]
}
},
{
"name": "Web Server",
"verticle": "org.telestion.core.web.WebServer",
"magnitude": 1,
"config": {
"port": 8080
}
}
]
}
Expand Down

0 comments on commit ac8710e

Please sign in to comment.